UNPKG

is-default

Version:

Is the string default?

5 lines (4 loc) 94 B
function isDefault(string) { return string === "Default" } module.exports = isDefault