UNPKG

@sidekick-coder/db

Version:

Cli Tool to manipulate data from diferent sources

6 lines (3 loc) 105 B
import { Strategy } from './types.js'; declare function createUuid(): Strategy; export { createUuid };