source:
trip-planner-front/node_modules/rxjs/internal/util/identity.js@
6c1585f
Last change on this file since 6c1585f was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 181 bytes |
Line | |
---|---|
1 | "use strict"; |
2 | Object.defineProperty(exports, "__esModule", { value: true }); |
3 | function identity(x) { |
4 | return x; |
5 | } |
6 | exports.identity = identity; |
7 | //# sourceMappingURL=identity.js.map |
Note:
See TracBrowser
for help on using the repository browser.