UNPKG
@o-galaxy/ether
Version:
beta (1.2.1-beta.1)
latest (1.2.0)
1.2.1-beta.1
1.2.0
1.2.0-beta.1
1.1.0
1.1.0-beta.1
1.1.0-beta.0
1.0.2
1.0.1
1.0.0
Rest Api Framework
@o-galaxy/ether
/
common
/
build
/
index.d.ts
3 lines
(2 loc)
•
89 B
TypeScript
View Raw
1
2
3
import
{
Router
}
from
"express"
;
export
declare
function
build
(
appModule
:
any
):
Router
;