ulthar-framework/packages/fabric/validations/nullish/index.ts

4 lines
98 B
TypeScript

export * from "./is-null.ts";
export * from "./is-nullish.ts";
export * from "./is-undefined.ts";