0.0.6 • Published 3 months ago

@aws-lite/cloudwatch-logs-types v0.0.6

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

Install

Add to devDependencies in package.json:

npm i -D @aws-lite/cloudwatch-logs-types

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

Or use reference types

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

/// <reference types="@aws-lite/cloudwatch-logs-types" />

ymmv

/// <reference path="./node_modules/@aws-lite/cloudwatch-logs-types/index.d.ts" />
0.0.6

3 months ago

0.0.5

3 months ago

0.0.4

3 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.1

5 months ago

0.0.0

5 months ago