--- tags: ['verb-tag-jscomments'] --- # {%= name %} {%= badge("fury") %} > {%= description %} Based on the `isAbsolute` utility method in [express](https://github.com/visionmedia/express). ## Install {%= include("install") %} ## Usage ```js var isAbsolute = require('{%= name %}'); console.log(isAbsolute('abc')); //=> ['a', 'b', 'c']; ``` ## API {%= jscomments("index.js") %} ## Author {%= include("author") %} ## License {%= copyright() %} {%= license() %} *** {%= include("footer") %}