Skip to content
Sheetwrite

Sheetwrite / Documentation

SyncInitInput@sheetwrite/wasm

Sources accepted by synchronous initialization: raw module bytes or a precompiled WebAssembly.Module.

Sources accepted by synchronous initialization: raw module bytes or a precompiled WebAssembly.Module.

Declaration

export type SyncInitInput = BufferSource | WebAssembly.Module;