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

Function isLoonArgumentList

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

Source from the content-addressed store, hash-verified

2126}
2127
2128function isLoonArgumentList(str) {
2129 return /^\s*\[(?:\s*\{[^{}]+\}\s*,?)+\]\s*$/.test(stripWrapQuote(str))
2130}
2131
2132function isLoonArgumentContainer(str) {
2133 return /^\s*\[[\s\S]*\]\s*$/.test(stripWrapQuote(str))

Callers 1

getLoonArgumentKeysFunction · 0.85

Calls 1

stripWrapQuoteFunction · 0.85

Tested by

no test coverage detected