shanimal / miscutil

utility functions and misc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

miscutil

utility functions and misc

deepJSON

const someOperation = o => {
    // do some operation
};
const json = JSON.parse(response);
deepJSON(json, createActionList)

About

utility functions and misc

License:MIT License


Languages

Language:JavaScript 100.0%