UNPKG
boa-core
Version:
latest (0.8.0)
0.8.0
0.7.0
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
The core library for b-o-a
github.com/bouzuya/boa-core
bouzuya/boa-core
boa-core
/
lib
/
run.d.ts
3 lines
(2 loc)
•
86 B
TypeScript
View Raw
1
2
3
import
{
Handler
}
from
'./handler'
;
export
default
function
run
(
app: Handler
):
void
;