@vect/matrix-init
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -19,3 +19,3 @@ 'use strict'; | ||
}; | ||
const index = (h, w, fn) => { | ||
const init = (h, w, fn) => { | ||
const mx = Array(h); | ||
@@ -45,6 +45,6 @@ | ||
exports.fab = draft; | ||
exports.index = index; | ||
exports.ini = index; | ||
exports.ini = init; | ||
exports.init = init; | ||
exports.iso = iso; | ||
exports.shallow = shallow; | ||
exports.starter = starter; |
@@ -15,3 +15,3 @@ const draft = (h, w) => { | ||
}; | ||
const index = (h, w, fn) => { | ||
const init = (h, w, fn) => { | ||
const mx = Array(h); | ||
@@ -39,2 +39,2 @@ | ||
export { draft, draft as fab, index, index as ini, iso, shallow, starter }; | ||
export { draft, draft as fab, init as ini, init, iso, shallow, starter }; |
{ | ||
"name": "@vect/matrix-init", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A debugging tool", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.cjs.js", | ||
"homepage": "https://github.com/hoyeungw/vect#readme", | ||
"gitHead": "79d90ea9bee956a1eff326a7a798535b114d09fb" | ||
"gitHead": "c495597a681fa81b5cfcf387bfefec822f1b3ca8" | ||
} |
5076