object-to-array-converter
Version:
A function that extracts your simple object into an array.
24 lines (23 loc) • 620 B
JSON
{
"name": "object-to-array-converter",
"version": "1.0.0",
"description": "A function that extracts your simple object into an array.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/officer47p/object-to-array.git"
},
"keywords": [
"object-to-array",
"iterable-array"
],
"author": "Parsa Hosseini",
"license": "ISC",
"bugs": {
"url": "https://github.com/officer47p/object-to-array/issues"
},
"homepage": "https://github.com/officer47p/object-to-array#readme"
}