MCPcopy Index your code
hub / github.com/tinyplex/tinybase / getGlobalName

Function getGlobalName

gulpfile.mjs:109–116  ·  view source on GitHub ↗
(module)

Source from the content-addressed store, hash-verified

107});
108
109const getGlobalName = (module) =>
110 'TinyBase' +
111 (module == ''
112 ? ''
113 : basename(module)
114 .split('-')
115 .map((part) => part[0].toUpperCase() + part.slice(1).toLowerCase())
116 .join(''));
117
118const getPrettierConfig = async () => ({
119 ...JSON.parse(await promises.readFile('.prettierrc', UTF8)),

Callers 1

compileModuleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…