This commit is contained in:
Stephen Franceschelli
2019-07-15 13:57:37 -04:00
parent b387336039
commit c58156a47c
7043 changed files with 0 additions and 1866383 deletions

View File

@@ -1,27 +0,0 @@
// 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
}