mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
5 lines
190 B
TypeScript
5 lines
190 B
TypeScript
// This file exists to break cycles caused by importing profiling into style-scope.ts.
|
|
// Only put the @profile decorator and related logic here.
|
|
|
|
export { profile } from '../../profiling';
|