Skip to content
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
    }
});

Clone this wiki locally