Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 371 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 371 Bytes

npm (scoped)

firstNodeModule

a small function to convert json into array

Install $ npm install @manishajmera27/firstnodemodule Usage const jsonArray = require("@manishajmera27/firstnodemodule");

jsonArray({a:1,b:2});

jsonArray(1337); //=> Uncaught TypeError: error! // at tiny (:2:41) // at :1:1