UNPKG

@saptak10/is-saptak

Version:
5 lines (4 loc) 97 B
function isSaptak(string) { return string === "Saptak" } module.exports = isSaptak