0.0.35 • Published 6 months ago

@types/dts-bundle v0.0.35

Weekly downloads
308
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/dts-bundle

Summary

This package contains type definitions for dts-bundle (https://github.com/TypeStrong/dts-bundle).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dts-bundle.

index.d.ts

// Type definitions for dts-bundle
// Project: https://github.com/TypeStrong/dts-bundle
// Definitions by: Asana <https://asana.com>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped


interface Options {
    name: string;
    main: string;
    baseDir?: string | undefined;
    out?: string | undefined;
    externals?: boolean | undefined;
    referenceExternals?: boolean | undefined;
    exclude?: RegExp | ((file: string, external: boolean) => boolean) | undefined;
    removeSource?: boolean | undefined;
    newLine?: string | undefined;
    indent?: string | undefined;
    prefix?: string | undefined;
    separator?: string | undefined;
    verbose?: boolean | undefined;
    emitOnIncludedFileNotFound?: boolean | undefined;
    emitOnNoIncludedFileNotFound?: boolean | undefined;
    outputAsModuleFolder?: boolean | undefined;
    headerPath?: string | undefined;
    headerText?: string | undefined;
}

export declare function bundle(opts: Options): void;

Additional Details

  • Last updated: Thu, 08 Jul 2021 09:08:56 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Asana.