UNPKG

@smui/common

Version:
10 lines 205 B
export function once(fn) { return function (event) { if (fn) { // @ts-ignore fn.call(this, event); } fn = null; }; } //# sourceMappingURL=once.js.map