UNPKG

@nsnanocat/util

Version:

Pure JS's util module for well-known iOS network tools

8 lines (5 loc) 236 B
import type { Lodash as SharedLodash } from "../../polyfill/Lodash.d.ts"; declare module "@nsnanocat/util" { export interface Lodash extends SharedLodash {} export const Lodash: typeof import("../../polyfill/Lodash.d.ts").Lodash; }