UNPKG

ut2

Version:

一个现代 JavaScript 实用工具库。[点击查看在线文档]。

8 lines (5 loc) 116 B
import before from './before.js'; function once(func) { return before(2, func); } export { once as default };