gatsby
Version:
Blazing fast modern site generator for React
13 lines (12 loc) • 310 B
TypeScript
/**
* copyStaticDirs
* --
* Copy files from the static directory to the public directory
*/
export declare const copyStaticDirs: () => void;
/**
* syncStaticDir
* --
* Set up a watcher to sync changes from the static directory to the public directory
*/
export declare const syncStaticDir: () => void;