We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
db13121
Added symbol to identify fluent schema objects
const S = require('fluent-schema') const schema = S.object() .prop('foo', S.string()) .prop('bar', S.number()) console.log(schema[Symbol.for('fluent-schema-object')]) // true