UNPKG

node-pg-migrate

Version:

PostgreSQL database migration management tool for node.js

4 lines (2 loc) 89 B
declare function intersection<T>(list1: T[], list2: T[]): T[]; export { intersection };