@types/mock-aws-s3
v2.6.3
Published
TypeScript definitions for mock-aws-s3
Downloads
8,138
Readme
Installation
npm install --save @types/mock-aws-s3
Summary
This package contains type definitions for mock-aws-s3 (https://github.com/MathieuLoutre/mock-aws-s3).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mock-aws-s3.
index.d.ts
// Type definitions for mock-aws-s3 2.6
// Project: https://github.com/MathieuLoutre/mock-aws-s3
// Definitions by: Elliot Blackburn <https://github.com/bluehatbrit>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
/// <reference types="node" />
// This is a mocking library, types should reflect that of the actual library.
export * from "aws-sdk";
import { GlobalConfigInstance } from "aws-sdk/lib/config";
export interface MockConfigInstance extends GlobalConfigInstance {
basePath: string;
}
export let config: MockConfigInstance;
Additional Details
- Last updated: Mon, 18 Apr 2022 21:31:23 GMT
- Dependencies: @types/aws-sdk, @types/node
- Global values: none
Credits
These definitions were written by Elliot Blackburn.