object-shape-tester
Version:
Test object properties and value types.
25 lines (24 loc) • 1.14 kB
TypeScript
export * from './custom-shapes/class.shape.js';
export * from './custom-shapes/custom-shape.js';
export * from './custom-shapes/ensure-nullable.shape.js';
export * from './custom-shapes/enum.shape.js';
export * from './custom-shapes/exact.shape.js';
export * from './custom-shapes/intersect.shape.js';
export * from './custom-shapes/non-empty-string.shape.js';
export * from './custom-shapes/nullable.shape.js';
export * from './custom-shapes/optional.shape.js';
export * from './custom-shapes/partial-shape.js';
export * from './custom-shapes/pick.shape.js';
export * from './custom-shapes/range.shape.js';
export * from './custom-shapes/record.shape.js';
export * from './custom-shapes/tuple.shape.js';
export * from './custom-shapes/typed-string.shape.js';
export * from './custom-shapes/union.shape.js';
export * from './custom-shapes/unknown.shape.js';
export * from './custom-shapes/uuid.shape.js';
export * from './errors/error-message.js';
export * from './errors/shape-mismatch.error.js';
export * from './shape/check-shape.js';
export * from './shape/shape.js';
export * from './util/json.js';
export * from './util/typebox-util.js';