UNPKG

verdaccio-memory

Version:

Storage implementation in memory

4 lines (3 loc) 169 B
import type { Package } from '@verdaccio/types'; export declare function stringifyPackage(pkg: Package): string; export declare function parsePackage(pkg: string): any;