How to use the dropSchemas function from tv4
Find comprehensive JavaScript tv4.dropSchemas code examples handpicked from public code repositorys.
34 35 36 37 38 39 40 41 42 43
/** * Drop all schemas from tv4 cache. * @returns {undefined} */ function dropSchemas() { tv4.dropSchemas(); tv4.addSchema(schemaSchema); } /**
0
2
8
+ 5 other calls in file
tv4.validate is the most popular function in tv4 (982 examples)