UNPKG

@aliceplex/core

Version:

[![License][license_badge]][license] [![Pipelines][pipelines_badge]][pipelines] [![Coverage][coverage_badge]][pipelines] [![NPM][npm_badge]][npm] [![semantic-release][semantic_release_badge]][semantic_release]

10 lines (9 loc) 317 B
import { ScrapFunction } from "../type"; import { Options as WikiOptions } from "./smartWiki"; declare type Options = Omit<WikiOptions, "url" | "tag"> & { subject: string; tag?: string; tagOffset?: number; }; export declare const createJPSmartWikiScrapper: (options: Options) => ScrapFunction; export {};