UNPKG

vega-format

Version:

JavaScript string formatting utilities for Vega.

5 lines (4 loc) 118 B
export default function(method) { const cache = {}; return spec => cache[spec] || (cache[spec] = method(spec)); }