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.

6 lines (5 loc) 177 B
import gulp from 'gulp'; /** * Clean Project Databases */ export declare function cleanDb(callback?: gulp.TaskFunctionCallback | (() => any), files?: string[]): Promise<any>;