UNPKG

metadata

Version:

Utils for working with metadata.

13 lines (10 loc) 212 B
/** * metadata.js * https://github.com/assemble/metadata * Copyright (c) 2013 Jon Schlinkert * Licensed under the MIT License (MIT) */ 'use strict'; exports.metadata = function() { return 'metadata'; };