@dieber/is-is
v0.0.3
Published
Check if a function name starts with "is"
Readme
isis
Check if a function's name starts with "is"
Usage
var isOdd = require("is-odd");
var isIs = require("@dieber/is-is");
console.log(isIs(isOdd)); // true
console.log(isIs(function () {})); // false
console.log(isIs(isIs)); // trueLisence
MIT
