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.
1 parent 67c0d1e commit e5b1afeCopy full SHA for e5b1afe
docsrc/pages/index.mjs
@@ -480,6 +480,18 @@ import { version } from '@magic/test'
480
const spec = {
481
stringValue: 'string',
482
numberValue: 'number',
483
+
484
+ objectValue: [
485
+ 'obj',
486
+ {
487
+ key: 'Willbechecked',
488
+ },
489
+ ],
490
491
+ objectNoChildCheck: [
492
493
+ false,
494
495
}
496
497
export default version(lib, spec)
0 commit comments