UNPKG

gatsby

Version:
13 lines (12 loc) 310 B
/** * 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;