UNPKG

es-toolkit

Version:

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

4 lines 198 B
import { ColorFunction } from "./colors/types.mjs"; import { colors } from "./colors/index.mjs"; import { ExecError, exec } from "./exec.mjs"; export { type ColorFunction, ExecError, colors, exec };