UNPKG

hexo-blogger-xml

Version:

Import xml blogger to hexo

7 lines (6 loc) 275 B
/// <reference types="node" /> import { PathLike } from 'fs'; import { JSDOM } from 'jsdom'; export declare function fromFile(path: string | PathLike): false | JSDOM; export declare function fromString(str: string): JSDOM; export declare function title(str: string): string;