shapecraft
v1.0.1
Published
- type validations - schema definitions - ... WIP
Readme
shapecraft
- type validations
- schema definitions
- ... WIP
Example
const myShape = shapes.mapping({
foo: annotate.optional(shapes.union(shapes.string(), shapes.number())),
bar: shapes.record(shapes.string(), shapes.number()),
baz: shapes.unknown()
});
Project Structure
./packages- shared packages./apps- runnable programs./packages/core- the core shape library./apps/cli- command-line interface (WIP)
