MCPcopy Create free account
hub / github.com/neomjs/neo / createEmptyString

Function createEmptyString

buildScripts/helpers/convertDesignTokens.mjs:15–17  ·  view source on GitHub ↗
(len)

Source from the content-addressed store, hash-verified

13}
14
15function createEmptyString(len) {
16 return ' '.repeat(len);
17}
18
19function parseTokens(fileContent, prefix=tokenPrefix, map=[]) {
20 let baseKey, baseValue, keyValue, keys, modify, ns;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected