UNPKG

typegpu

Version:

A thin layer between JS and WebGPU/WGSL that improves development experience and allows for faster iteration.

6 lines (5 loc) 183 B
/** * This function accepts a code string, and returns equivalent code * with comments and unnecessary whitespace removed. */ export declare function minify(code: string): string;