UNPKG

es-toolkit

Version:

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

11 lines (8 loc) 229 B
import * as compat from './compat.mjs'; const toolkit = ((value) => { return value; }); Object.assign(toolkit, compat); toolkit.partial.placeholder = toolkit; toolkit.partialRight.placeholder = toolkit; export { toolkit };