MCPcopy Create free account
hub / github.com/Script-Hub-Org/Script-Hub / isLoonArgumentContainer

Function isLoonArgumentContainer

Rewrite-Parser.beta.js:2132–2134  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

2130}
2131
2132function isLoonArgumentContainer(str) {
2133 return /^\s*\[[\s\S]*\]\s*$/.test(stripWrapQuote(str))
2134}
2135
2136function unwrapJsonArgument(str, targetApp = 'loon-plugin') {
2137 let value = normalizeTemplateValue(str, targetApp)

Callers 1

Calls 1

stripWrapQuoteFunction · 0.85

Tested by

no test coverage detected