UNPKG
esbuild-plugin-glsl-minify
Version:
latest (0.0.1)
0.0.1
A GLSL plugin for esbuild.
github.com/w8r/esbuild-plugin-glsl
w8r/esbuild-plugin-glsl
esbuild-plugin-glsl-minify
/
dist
/
types
/
mangle.d.ts
8 lines
(7 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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
;