UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

8 lines (7 loc) 185 B
const require_once = require("../../function/once.js"); //#region src/compat/function/once.ts function once(func) { return require_once.once(func); } //#endregion exports.once = once;