Files
screenshot-tools/node_modules/@tootallnate/quickjs-emscripten/dist/generated/emscripten-module.WASM_RELEASE_SYNC.d.ts
Frank John Begornia c926590e1d first commit
2025-12-23 01:51:15 +08:00

6 lines
132 B
TypeScript

export = QuickJSRaw;
declare function QuickJSRaw(QuickJSRaw?: {}): any;
declare namespace QuickJSRaw {
export { QuickJSRaw };
}