How to use the type function from is
Find comprehensive JavaScript is.type code examples handpicked from public code repositorys.
GitHub: Rekall/Rekall
137 138 139 140 141 142 143 144 145 146
/** * Test general. */ /** * is.type * Test if `value` is a type of `type`. * * @param {Mixed} value value to test * @param {String} type type
7
24
8