@types/local-dynamo
TypeScript icon, indicating that this package has built-in type declarations

0.5.4 • Public • Published

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

/// <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: Tue, 07 Nov 2023 09:09:38 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Matt Rollins.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/local-dynamo

Weekly Downloads

95

Version

0.5.4

License

MIT

Unpacked Size

3.47 kB

Total Files

5

Last publish

Collaborators

  • types