UNPKG

@manojtharindu11/is-def

Version:
6 lines (4 loc) 79 B
function isDef(string) { return string === "def"; } module.exports = isDef;