UNPKG

neondb

Version:

create a claimable Neon database in seconds!

13 lines (10 loc) 280 B
import { Defaults } from '../types.js'; declare const DEFAULTS: Defaults; declare function getArgs(): { yes: boolean; env?: string | undefined; key?: string | undefined; seed?: string | undefined; help?: boolean | undefined; }; export { DEFAULTS, getArgs };