See the [wikipedia punctuation](https://en.wikipedia.org/wiki/Punctuation) article for more details. ## Usage ```js var isPunctuation = require('{%= name %}'); console.log(isPunctuation('!')); //=> true console.log(isPunctuation('foo')); //=> false ```