UNPKG

node-pg-migrate

Version:

PostgreSQL database migration management tool for node.js

10 lines (8 loc) 188 B
declare class StringIdGenerator { private readonly chars; private ids; constructor(chars?: string); next(): string; private increment; } export { StringIdGenerator };