MCPcopy Create free account
hub / github.com/SAP/ui5-builder / removeHashbang

Function removeHashbang

lib/lbt/utils/stringUtils.js:15–17  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

13}
14
15export function removeHashbang(str) {
16 return str.replace(/^#!(.*)/, "");
17}

Callers 3

writeRawModuleMethod · 0.90
rewriteAMDModulesMethod · 0.90
writePreloadModuleMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected