UNPKG

sinuous

Version:

🧬 Small, fast, reactive render engine

7 lines (6 loc) • 214 B
/* * @param {object} api * @param {Function} [api.subscribe] - Function that listens to state changes. * @param {Function} [api.cleanup] - Add the given function to the cleanup stack. */ export const api = {};