@types/apex.js
TypeScript icon, indicating that this package has built-in type declarations

2.0.8 • Public • Published

Installation

npm install --save @types/apex.js

Summary

This package contains type definitions for apex.js (https://github.com/apex/node-apex).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/apex.js.

index.d.ts

/// <reference types="aws-lambda" />

declare function λ(
    fn: (event: any, context: AWSLambda.Context) => any,
): (event: any, context: AWSLambda.Context, callback: AWSLambda.Callback) => void;
declare namespace λ {}
export = λ;

Additional Details

Credits

These definitions were written by Yoriki Yamaguchi.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/apex.js

Weekly Downloads

9

Version

2.0.8

License

MIT

Unpacked Size

3.08 kB

Total Files

5

Last publish

Collaborators

  • types