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) 151 B
/** * customized gulp options */ export type gulpOpt = Parameters<(typeof import('gulp'))['src']>[1] & { cwd?: string; ignore?: string[]; };