Sha256: 5179cdb8d9c25da2b10da9c486d4cbd84e937f40e80116cc0dfa75b6cbc482a9
Contents?: true
Size: 508 Bytes
Versions: 5
Compression:
Stored size: 508 Bytes
Contents
module.exports = { /** * Converts a string to a base 64 string * @param str */ encodeBase64: function(str) { }, /** * Lookup the mime-type of a filename * @param filename */ mimeLookup: function (filename) { }, /** * Look up the charset of a mime type * @param mime */ charsetLookup: function (mime) { }, /** * Gets a source map generator */ getSourceMapGenerator: function getSourceMapGenerator() { } };
Version data entries
5 entries across 5 versions & 2 rubygems