UNPKG

@nsnanocat/util

Version:

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

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