UNPKG
daisho-sdk
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
sdk component for daisho
github.com/hanzo-io/daisho-sdk
hanzo-io/daisho-sdk
daisho-sdk
/
src
/
module.coffee
14 lines
(9 loc)
•
251 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports
=
class
Module
# json of the module.json definition file
json:
null
constructor:
()->
# Load everything associated with this module
load:
(@opts
=
{}
)->
# Unload everything associated with this module
unload:
()->
#