Warp/node_modules/shikiji-core/dist/wasm.d.mts

6 lines
127 B
TypeScript
Raw Normal View History

2024-01-05 12:14:38 +00:00
declare function getWasmInlined(): Promise<{
data: ArrayBuffer;
}>;
export { getWasmInlined as default, getWasmInlined };