is-float-array
Version:
Check if an array can store floats
29 lines (28 loc) • 612 B
JSON
{
"name": "is-float-array",
"version": "1.0.0",
"description": "Check if an array can store floats",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dy/is-float-array.git"
},
"keywords": [
"audiojs",
"buffer",
"pcm",
"float",
"number"
],
"author": "Dima Yv <dfcreative@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dy/is-float-array/issues"
},
"homepage": "https://github.com/dy/is-float-array#readme",
"devDependencies": {},
"dependencies": {}
}