@aws-lite/rds-data-types
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

Install

Add to devDependencies in package.json:

npm i -D @aws-lite/rds-data-types

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

Or use reference types

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

/// <reference types="@aws-lite/rds-data-types" />

ymmv

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

Readme

Keywords

none

Package Sidebar

Install

npm i @aws-lite/rds-data-types

Weekly Downloads

10

Version

0.0.10

License

Apache-2.0

Unpacked Size

5.33 kB

Total Files

3

Last publish

Collaborators

  • brianleroux
  • architectci
  • ryanblock