MCPcopy Create free account
hub / github.com/allasca/allasca.github.io / parse

Function parse

themes/next/source/js/config.js:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 let variableConfig = {};
8
9 const parse = text => JSON.parse(text || '{}');
10
11 const update = name => {
12 const targetEle = document.querySelector(`.${className}[data-name="${name}"]`);

Callers 1

updateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected