@getanthill/datastore
Version:
Event-Sourced Datastore
7 lines (6 loc) • 373 B
TypeScript
import type { Command } from 'commander';
import type { Services } from '../typings';
export declare function log(obj: any, format?: string | undefined): void;
export declare function addStandardFields(h: Command): void;
export declare function addDatastoreOptions(program: Command, services: Services): void;
export declare function addPaginationFields(h: Command): void;