UNPKG

@rshirohara/rekurke-parse

Version:
9 lines (8 loc) 307 B
import { fromKakuyomuNovel } from "./lib/index.js"; export const rekurkeParse = function () { const parser = (doc) => { return fromKakuyomuNovel(doc); }; // biome-ignore lint/style/useNamingConvention: interface defined in external module Object.assign(this, { Parser: parser }); };