UNPKG

@getanthill/datastore

Version:

Event-Sourced Datastore

5 lines (4 loc) 244 B
import type { Services } from '../typings'; import { Command } from 'commander'; export declare function rotateKeys(services: Services): (cmd: any) => Promise<void>; export default function register(services: Services, name?: string): Command;