typescript-class-helpers
Version:
Usefull helper to have in your typescript project
27 lines (26 loc) • 879 B
JSON
{
"namespacesMapObj": {
"CLASS.NAME": "CLASS__NS__NAME",
"CLASS.setName": "CLASS__NS__setName",
"CLASS.getClassNameFromObjInstanceOrClassFn": "CLASS__NS__getClassNameFromObjInstanceOrClassFn",
"CLASS.setClassName": "CLASS__NS__setClassName",
"CLASS.getBy": "CLASS__NS__getBy",
"CLASS.getFromObject": "CLASS__NS__getFromObject",
"CLASS.getName": "CLASS__NS__getName",
"CLASS.getNameFromObject": "CLASS__NS__getNameFromObject",
"CLASS.getMethodsNames": "CLASS__NS__getMethodsNames"
},
"namespacesReplace": {
"CLASS": [
"CLASS__NS__NAME",
"CLASS__NS__getBy",
"CLASS__NS__getClassNameFromObjInstanceOrClassFn",
"CLASS__NS__getFromObject",
"CLASS__NS__getMethodsNames",
"CLASS__NS__getName",
"CLASS__NS__getNameFromObject",
"CLASS__NS__setClassName",
"CLASS__NS__setName"
]
}
}