UNPKG
ndut-api
Version:
latest (0.7.28)
0.7.28
0.7.27
0.7.26
0.7.25
0.7.24
0.7.23
0.7.22
0.7.21
0.7.20
0.7.19
0.7.18
0.7.17
0.7.16
0.7.15
0.7.14
0.7.13
0.7.12
0.7.11
0.7.10
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.22
0.6.21
0.6.20
0.6.19
0.6.18
0.6.17
0.6.16
0.6.15
0.6.14
0.6.13
0.6.12
0.6.11
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
API for Ndut Framework
github.com/ardhi/ndut-api
ardhi/ndut-api
ndut-api
/
ndut
/
init.js
7 lines
(5 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
buildHook =
require
(
'../lib/build-hook'
)
module
.
exports
=
async
function
(
options
) {
this
.
ndutApi
.
hook
= {}
await
buildHook.
call
(
this
) }