UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 204 B
export function getCssDeclarationAsJavascriptProperty(e){const{name:t,value:a}=e;return`${t.startsWith("--")?`'${t}'`:t.replace(/-([a-z])/gi,((e,t)=>t.toUpperCase()))}: ${`'${a.replaceAll("'","\\'")}'`}`}