UNPKG

@statezero/core

Version:

The type-safe frontend client for StateZero - connect directly to your backend models with zero boilerplate

7 lines (6 loc) 221 B
/** * Executes a full synchronization, running sync-models first, * followed by sync-actions. * @param {object} args - Command-line arguments, passed from yargs. */ export function sync(args?: object): Promise<void>;