@types/mock-aws-s3
TypeScript icon, indicating that this package has built-in type declarations

2.6.3 • Public • Published

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

Credits

These definitions were written by Elliot Blackburn.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/mock-aws-s3

Weekly Downloads

1,860

Version

2.6.3

License

MIT

Unpacked Size

3.94 kB

Total Files

4

Last publish

Collaborators

  • types