UNPKG

sbg-api

Version:

Pre-processing all source posts before rendering from hexo. Useful for low-end devices to prevent using large number of hexo plugins.

8 lines (7 loc) 253 B
/// <reference types="node" /> import gulp from 'gulp'; /** * Auto seo runner * @param cwd working directory to scan html's */ export declare function taskSeo(_done: gulp.TaskFunctionCallback | null | undefined, cwd: string): NodeJS.ReadWriteStream;