UNPKG

@create-figma-plugin/utilities

Version:

An extensive library of utility functions for common Figma/FigJam plugin/widget operations

4 lines 285 B
export declare function getTotalUseCountAsync(key?: string): Promise<number>; export declare function incrementTotalUseCountAsync(key?: string): Promise<number>; export declare function resetTotalUseCountAsync(key?: string): Promise<void>; //# sourceMappingURL=total-use-count.d.ts.map