@sketch-hq/sketch-assistant-utils
Version:
Utility functions and types for Sketch Assistants.
9 lines • 509 B
TypeScript
import { RunOutput, RunOutputProfile } from '@sketch-hq/sketch-assistant-types';
/**
* Create a profile data object for a given RunOutput. Profile data collates statistics that may
* help provide insight into Assistant performance, including for example rules that may be taking
* a long time to execute. One way to view profile data is to pass the `--profile` flag to the
* Assistants CLI.
*/
export declare const makeProfile: (output: RunOutput) => RunOutputProfile;
//# sourceMappingURL=index.d.ts.map