-
-
Notifications
You must be signed in to change notification settings - Fork 1
Number
Alan Berdinelli edited this page Sep 8, 2020
·
2 revisions
Number validates the value to be a primitive Number.
const Schemy = require('schemy');
const Example = new Schemy({
data: {
type: Number
}
});Developed with ♥ by Alan Berdinelli.