UNPKG

esbuild-plugin-glsl-minify

Version:
8 lines (7 loc) 212 B
export declare function makeNewIdentifier(): string; /** * Checks all words in a string and mangles the ids * @param source * @returns mangled code */ export declare const mangle: (source: string) => string;