UNPKG

@wooorm/starry-night

Version:
11 lines 346 B
/** * Node w/o fetch. * * @param {Readonly<Options> | undefined} [options] * Configuration (optional). * @returns {Promise<Uint8Array>} * Uint8 array. */ export function getOniguruma(options?: Readonly<Options> | undefined): Promise<Uint8Array>; import type { Options } from './types.js'; //# sourceMappingURL=get-oniguruma.fs.d.ts.map