0.1.0 • Published 5 years ago

krav v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

WIP NOTICE: Krav is very much still a WIP and in no condition to be used by anyone!

codecov CI Status

Krav [kra:v]

Krav = swedish for "requirement" or "demand"

const { expect, assert, assume } = require('Krav');

expect(someValue).String.Length.Min(2);

expect(someValue).String.Either(['hi', 'hello']);

expect(someValue).String.Exact('blueberry');

Docs

See https://github.com/Olian04/Recordari/blob/master/docs/constraints.md for future reference

0.1.4-3

5 years ago

0.1.4-2

5 years ago

0.1.4-1

5 years ago

0.1.0

5 years ago