0.1.0 • Published 9 days ago

@aws-lite/lambda-types v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 days ago

Install

Add to devDependencies in package.json:

npm i -D @aws-lite/lambda-types

Be sure you also have @aws-lite/lambda installed.

Usage and Config

Javascript VSCode Intellisense

In a Javascript project, the ambient types will be automatically loaded.

TypeScript tsconfig

Add this package to compilerOptions.types

Example:

{
  "extends": "@tsconfig/node-lts/tsconfig.json",
  "compilerOptions": {
    "types": [
      "@aws-lite/lambda-types"
    ]
  }
}

Or use reference types

Either in individual files or in an index.d.ts file.

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

ymmv

/// <reference path="./node_modules/@aws-lite/lambda-types/index.d.ts" />
0.1.0

9 days ago

0.0.8

3 months ago

0.0.7

3 months ago

0.0.6

3 months ago

0.0.5

3 months ago

0.0.4

4 months ago

0.0.3

4 months ago

0.0.2

5 months ago

0.0.1

6 months ago

0.0.0

6 months ago