Opal-Estate-Pro/node_modules/rxjs/util/identity.js

6 lines
118 B
JavaScript
Raw Normal View History

2019-09-13 06:27:52 +02:00
"use strict";
function identity(x) {
return x;
}
exports.identity = identity;
//# sourceMappingURL=identity.js.map