UNPKG

lib-tools

Version:

The lib-tools helps you simplify the build, bundle, test and npm packaging workflows for Typescript, JavaScript, Angular library projects and assets module projects.

7 lines (6 loc) 204 B
export declare function getUmdGlobalVariable(moduleId: string, umdIds?: { [key: string]: string; }): string; export declare function addPredefinedUmdIds(umdIds: { [key: string]: string; }): void;