validate.io-matrix-like
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -15,2 +15,3 @@ 'use strict'; | ||
typeof v.shape === 'object' && | ||
typeof v.offset === 'number' && | ||
typeof v.strides === 'object' && | ||
@@ -17,0 +18,0 @@ typeof v.dtype === 'string' && |
{ | ||
"name": "validate.io-matrix-like", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Validates if a value is matrix-like.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -31,2 +31,3 @@ matrix-like | ||
'shape': [5,2], | ||
'offset': 0, | ||
'strides': [2,1], | ||
@@ -50,2 +51,3 @@ 'dtype': 'int8', | ||
'shape': [5,2], | ||
'offset': 0, | ||
'strides': [2,1], | ||
@@ -52,0 +54,0 @@ 'dtype': 'int8', |
6165
38057
20
131