https://github.com/angular/angular
Raw File
Tip revision: cd956b7d6fb5e067325283e96bf2bd44d1f976a4 authored by Ciro Nunes on 02 December 2015, 18:28:48 UTC
093b794 chore(package.json): add range of supported node versions as engines
Tip revision: cd956b7
instrumentation.js
'use strict';var profile_1 = require('./src/core/profile/profile');
exports.wtfCreateScope = profile_1.wtfCreateScope;
exports.wtfLeave = profile_1.wtfLeave;
exports.wtfStartTimeRange = profile_1.wtfStartTimeRange;
exports.wtfEndTimeRange = profile_1.wtfEndTimeRange;
//# sourceMappingURL=instrumentation.js.map
back to top