mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-14 22:40:03 +08:00
Update apex.js to fix CI.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as λ from "apex.js";
|
||||
import λ = require("apex.js");
|
||||
|
||||
const handler = λ((event, context) => {
|
||||
console.log("Event: " + JSON.stringify(event));
|
||||
|
||||
2
types/apex.js/index.d.ts
vendored
2
types/apex.js/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/apex/node-apex
|
||||
// Definitions by: Yoriki Yamaguchi <https://github.com/y13i>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.2
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="aws-lambda" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user