
Utils for working with metadata.
Install the module with: npm install metadata
var metadata = require('metadata');
metadata.foo(); // "bar"
(Coming soon)
(Coming soon)
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.
Copyright (c) 2013 Jon Schlinkert Licensed under the MIT license.