object-shape-tester
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -36,3 +36,2 @@ "use strict"; | ||
if ((0, shape_specifiers_1.isShapeDefinition)(shape)) { | ||
debugger; | ||
return internalAssertValidShape(subject, shape.shape, keys, options); | ||
@@ -39,0 +38,0 @@ } |
@@ -31,3 +31,2 @@ import { getObjectTypedKeys, isObject, isRuntimeTypeOf } from '@augment-vir/common'; | ||
if (isShapeDefinition(shape)) { | ||
debugger; | ||
return internalAssertValidShape(subject, shape.shape, keys, options); | ||
@@ -34,0 +33,0 @@ } |
{ | ||
"name": "object-shape-tester", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "Test object properties and value types.", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
52250
872