Raw File
instrumentation.d.ts
export { wtfCreateScope, wtfLeave, wtfStartTimeRange, wtfEndTimeRange, WtfScopeFn } from './src/core/profile/profile';
back to top