UNPKG

foxts

Version:

Opinionated collection of common TypeScript utils by @SukkaW

1 lines 113 B
"use strict";exports.once=function(t,e=!0){let r;if(e)return r=t(),()=>r;let n=!1;return()=>(n||(n=!0,r=t()),r)};