UNPKG

@create-figma-plugin/utilities

Version:

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

4 lines 255 B
export declare function getDocumentUseCount(key?: string): number; export declare function incrementDocumentUseCount(key?: string): number; export declare function resetDocumentUseCount(key?: string): void; //# sourceMappingURL=document-use-count.d.ts.map