0.1.2 • Published 6 years ago

apex v0.1.2

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

apex

a library for building things

apex/schema

import { Schema } from 'apex/schema';

Methods:

Schema.validate(schema, data)

validates data against the given schema

Schema.getPath(schema, data, path)

returns { schema, value } for the given 'path'

Schema.get(schema, data, path)

returns the nested value at 'path'

Schema.set (schema, data, path, value)

sets the nested value at 'path'

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1-beta3

6 years ago

0.0.1-beta2

10 years ago

0.0.1-beta

11 years ago

0.0.5

13 years ago

0.0.4

13 years ago

0.0.3

13 years ago

0.0.2

13 years ago

0.0.1

13 years ago