You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@aws-lite/s3-types

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-lite/s3-types

Type definitions for the `@aws-lite/s3` plugin

0.2.6
latest
Source
npm
Version published
Weekly downloads
1.2K
-0.24%
Maintainers
0
Weekly downloads
 
Created
Source

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" />

FAQs

Package last updated on 01 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts