UNPKG

all-package-names

Version:
5 lines (4 loc) 274 B
import { load, LoadOptions, Save } from "./load"; import syncCommand, { sync, syncAction, SyncOptions, State, StateHook } from "./sync"; export declare const savePath: string; export { load, sync, syncCommand, syncAction, LoadOptions, SyncOptions, Save, State, StateHook };