UNPKG

penpal

Version:

A promise-based library for communicating with iframes via postMessage.

6 lines (5 loc) 104 B
let id = 0; /** * @return {number} A unique ID (not universally unique) */ export default () => ++id;