Return a function only can run noce.
import { once } from '@mochen/yuumi';
const runOnce = once(()=>{ console.log('1'); }); runOnce(); // output '1' runOnce(); // do nothing
Generated using TypeDoc
Once
Return a function only can run noce.
import { once } from '@mochen/yuumi';