UNPKG

@rshirohara/repixe-parse

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