UNPKG
@proteccion-utils/command_management
Version:
latest (0.1.1-alpha.0)
0.1.2-alpha.0
0.1.1-alpha.0
Command management for services
@proteccion-utils/command_management
/
dist
/
index.d.ts
4 lines
(3 loc)
•
96 B
TypeScript
View Raw
1
2
3
4
declare
const
test
:
Number
;
export
declare
const
testMethod
:
() =>
number
;
export
default
test;