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) 179 B
/** * update metadata.updated post * @returns */ export declare function updatePost(postPath: string, callback?: (result: boolean, postPath: string) => any): Promise<boolean>;