UNPKG

217 BTypeScriptView Raw
1import { Plugin } from 'rollup';
2export interface RollupRawWasmOptions {
3 copy?: boolean;
4 publicPath?: string;
5}
6export declare function rawWasm(options?: RollupRawWasmOptions): Plugin;
7export default rawWasm;