UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 194 B
/** * * @param {string} code * @param {string} [mime_type] * @return {string} */ export function codeToURL(code: string, mime_type?: string): string; //# sourceMappingURL=codeToURL.d.ts.map