7 lines
181 B
TypeScript
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"
|