UNPKG
@zcatalyst/utils
Version:
alpha (0.0.1-alpha.0)
latest (0.0.2)
0.0.2
0.0.1
0.0.1-alpha.0
@zcatalyst/utils
/
dist-types
/
service-utils.d.ts
3 lines
(2 loc)
•
118 B
TypeScript
View Raw
1
2
3
import
{
CatalystService
}
from
'./enums'
;
export
declare
function
getServicePath
(
service
?:
CatalystService
):
string
;