@vect/matrix-size
Advanced tools
Comparing version 0.2.8 to 0.2.9
@@ -5,3 +5,3 @@ 'use strict'; | ||
const height = mx => mx && mx.length; | ||
const height = mx => mx === null || mx === void 0 ? void 0 : mx.length; | ||
@@ -8,0 +8,0 @@ const width = mx => { |
@@ -1,2 +0,2 @@ | ||
const height = mx => mx && mx.length; | ||
const height = mx => mx === null || mx === void 0 ? void 0 : mx.length; | ||
@@ -3,0 +3,0 @@ const width = mx => { |
{ | ||
"name": "@vect/matrix-size", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "An array util tool", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.cjs.js", | ||
"homepage": "https://github.com/hoyeungw/vect#readme", | ||
"gitHead": "7b33acbf8f6796f6da550020296bfe592a86af72" | ||
"gitHead": "d1911a29fc0916f90c791b9a763bf1bec11c4eb1" | ||
} |
4035