object-shape-tester
Version:
Test object properties and value types.
9 lines (8 loc) • 401 B
JavaScript
export * from './custom-specifiers/custom-string-shapes.js';
export * from './define-shape/custom-specifier.js';
export * from './define-shape/define-shape.js';
export * from './define-shape/shape-keys.js';
export * from './define-shape/shape-specifiers.js';
export * from './errors/shape-mismatch.error.js';
export * from './parse-json-with-shape.js';
export * from './verify-shape/verify-shape.js';