Sha256: 7da0f0acf14c4c62a720f5680c8ca843296dd2eea845c94816e5652641afeacf
Contents?: true
Size: 233 Bytes
Versions: 9
Compression:
Stored size: 233 Bytes
Contents
let CONTAINER; export function init(dataset) { CONTAINER = { rootPath: dataset.rootPath, preload: JSON.parse(dataset.preloaded) }; } export default { get(key) { return Em.get(CONTAINER, key); } };
Version data entries
9 entries across 9 versions & 1 rubygems