UNPKG

nest-arango

Version:

ArangoDB driver module for NestJS with a built-in CLI tool for creating and running migration scripts

2 lines 122 B
export type Optional<T, K extends keyof T> = Pick<Partial<T>, K> & Omit<T, K>; //# sourceMappingURL=optional.type.d.ts.map