UNPKG

dejarun

Version:

A file system operation cache for Node.js, using a hash of the file or folder contents as the cache key.

2 lines (1 loc) 130 B
export default function logger(type: "hit" | "miss" | "clean" | "debug" | "error", message: string, logo?: string | false): void;