UNPKG

figwire

Version:

Bidirectional IPC communication between UI and core in Figma plugins. Lightweight and typed.

10 lines (8 loc) 105 B
export function hash() { let count = 0; return { create() { return ++count; }, }; }