Files
NativeScript/packages/core/ui/styling/styling-profile.ts
2025-07-09 08:33:52 -07:00

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';