UNPKG

vite-plugin-es-toolkit

Version:

Vite plugin for replacing Lodash with es-toolkit

8 lines (7 loc) 172 B
export default function viteEsToolkitPlugin(): { name: string; transform(src: string, id: string): { code: string; map: null; } | undefined; };