UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

19 lines (18 loc) 664 B
export declare const devStrings: { allowSyntheticDefaultImports: () => string; target: (name: string) => string; reloadEntryOnStylesheet: (value: boolean) => string; importFile: (name: any) => string; processEnv: (vars: { [key: string]: string; }) => string; setEntry: (name: any) => string; openPackage: (name: any, conflicting: { [key: string]: string; }) => string; openFile: (name: string) => string; closeFile: () => string; closePackage: (entry?: string) => string; }; export declare function sourceMapsURL(file: string): string; export declare function sourceMapsCSSURL(file: string): string;