UNPKG

@nsnanocat/util

Version:

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

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