0.0.14 • Published 11 months ago

@aws-lite/cloudfront-types v0.0.14

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

Install

Add to devDependencies in package.json:

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

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

Or use reference types

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

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

ymmv

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

11 months ago

0.0.13

11 months ago

0.0.14

11 months ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago