0.2.6 • Published 11 months ago

@aws-lite/s3-types v0.2.6

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/s3-types

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

Or use reference types

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

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

ymmv

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

1 year ago

0.2.1

12 months ago

0.2.0

1 year ago

0.2.6

11 months ago

0.2.3

11 months ago

0.2.2

12 months ago

0.2.5

11 months ago

0.2.4

11 months ago

0.1.24

1 year ago

0.1.23

1 year ago

0.1.22

1 year ago

0.1.21

1 year ago

0.1.20

1 year ago

0.1.19

1 year ago

0.1.18

1 year ago

0.1.16

1 year ago

0.1.17

1 year ago

0.1.13

1 year ago

0.1.14

1 year ago

0.1.15

1 year ago

0.1.12

1 year ago

0.1.10

1 year ago

0.1.11

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.2

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago