UNPKG

dejarun

Version:

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

3 lines (2 loc) 153 B
export const each = (strings: TemplateStringsArray, values?: string[]) => values?.map((value) => `${strings[0]}${value}${strings[1]}`).join("") ?? "";