@wooorm/starry-night
Version:
Syntax highlighting, like GitHub
14 lines • 417 B
TypeScript
/**
* @import {Options} from './types.js'
*/
/**
* Browser (and Node 18+) WASM loader.
*
* @param {Readonly<Options> | undefined} [options]
* Configuration (optional).
* @returns {Promise<Response>}
* Fetch response.
*/
export function getOniguruma(options?: Readonly<Options> | undefined): Promise<Response>;
import type { Options } from './types.js';
//# sourceMappingURL=get-oniguruma.default.d.ts.map