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) 213 B
/// <reference types="node" /> /** * run all _*.standalone.js inside src-posts (_config_yml.post_dir) * @returns */ declare function standaloneRunner(): NodeJS.ReadWriteStream; export default standaloneRunner;