Files
thilalib/src/Types/index.ts
Julien Valverdé 70bf951c19
All checks were successful
Lint / lint (push) Successful in 12s
UnionToTuple
2024-08-21 03:20:38 +02:00

7 lines
181 B
TypeScript

export * from "./CommonKeys"
export * from "./Extend"
export * from "./Merge"
export * as PrismaJson from "./PrismaJson"
export * from "./StaticType"
export * from "./UnionToTuple"