UNPKG

@visulima/packem

Version:

A fast and modern bundler for Node.js and TypeScript.

4 lines (3 loc) 206 B
import type { Pail } from "@visulima/pail"; declare const createOrUpdateKeyStorage: (hashKey: string, storePath: string, logger: Pail, shouldUpdate?: true) => void; export default createOrUpdateKeyStorage;