UNPKG

metadata

Version:

Utils for working with metadata.

14 lines (11 loc) 218 B
/* * Newfolder * https://github.com/assemble/metadata * * Copyright (c) 2013 Jon Schlinkert * Licensed under the MIT license. */ 'use strict'; exports.awesome = function() { return 'awesome'; };