@wooorm/starry-night
Version:
Syntax highlighting, like GitHub
11 lines • 346 B
TypeScript
/**
* 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