UNPKG
magnet-david
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Magnet adapter for david
github.com/magnetjs/magnet-david
magnetjs/magnet-david
magnet-david
/
dist
/
index.d.ts
8 lines
(7 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Module
}
from
'magnet-core/module'
;
export
default
class
MagnetDavid
extends
Module
{
readonly
moduleName
:
string
;
readonly
defaultConfig
:
string
;
setup
():
Promise
<
void
>;
listDependencies
(
deps
:
any
):
void
; }