Sha256: 12619cef636ee5d15268eea3f86edc4ff4a5f0cb985d374f8c3ffc6acd9c39be
Contents?: true
Size: 388 Bytes
Versions: 26
Compression:
Stored size: 388 Bytes
Contents
// Copyright 2014 Simon Lydell // X11 (“MIT”) Licensed. (See LICENSE.) function u(url) { return "code\n/*# sourceMappingURL=" + url + " */" } function read(x) { return function() { return x } } function Throws(x) { throw new Error(x) } function identity(x) { return x } module.exports = { u: u, read: read, Throws: Throws, identity: identity }
Version data entries
26 entries across 26 versions & 7 rubygems