0.5.4 • Published 2 years ago
@types/local-dynamo v0.5.4
Installation
npm install --save @types/local-dynamo
Summary
This package contains type definitions for local-dynamo (https://github.com/Medium/local-dynamo).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/local-dynamo.
index.d.ts
// Type definitions for local-dynamo 0.5
// Project: https://github.com/Medium/local-dynamo
// Definitions by: Matt Rollins <https://github.com/Sicilica>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node"/>
import { ChildProcess } from 'child_process';
export interface Options {
port: number;
dir?: string | undefined;
heap?: string | undefined;
detached?: boolean | undefined;
stdio?: string | undefined;
cors?: string|string[] | undefined;
sharedDb?: boolean | undefined;
}
export function launch(options?: Options|string, port?: number): ChildProcess;
Additional Details
- Last updated: Thu, 08 Jul 2021 16:23:47 GMT
- Dependencies: @types/node
- Global values: none
Credits
These definitions were written by Matt Rollins.