UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

7 lines (6 loc) 237 B
export declare function getFolderEntryPointFromPackageJSON(props: { useLocalField?: boolean; json: any; isBrowserBuild?: boolean; }): any; export declare function isBrowserEntry(json: any, isBrowserBuild?: boolean): boolean;