0.0.8 • Published 2 months ago

@aws-lite/sns-types v0.0.8

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

Install

Add to devDependencies in package.json:

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

Be sure you also have @aws-lite/sns 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/sns-types"
    ]
  }
}

Or use reference types

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

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

ymmv

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

2 months ago

0.0.7

3 months ago

0.0.6

3 months ago

0.0.5

3 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

6 months ago

0.0.1

6 months ago