UNPKG
@silexlabs/silex-plugin-starter
Version:
latest (0.7.0)
prerelease (0.7.0-canary.2)
0.7.0
0.7.0-canary.2
0.7.0-canary.1
0.7.0-canary.0
0.6.6
0.6.5
0.6.5-canary.8
0.6.5-canary.7
0.6.5-canary.6
0.6.5-canary.5
0.6.5-canary.4
0.6.5-canary.3
0.6.5-canary.2
0.6.5-canary.1
0.6.5-canary.0
0.6.4
0.6.4-canary.0
0.6.3
0.6.2
0.6.2-canary.0
0.6.1
0.6.0
0.6.0-canary.2
0.6.0-canary.1
0.6.0-canary.0
0.5.1
0.5.1-7
0.5.1-6
0.5.1-5
0.5.1-4
0.5.1-3
0.5.1-2
0.5.1-1
0.5.1-0
0.5.0
0.4.0
0.3.1-9
0.3.1-8
0.3.1-7
0.3.1-6
0.3.1-5
0.3.1-4
0.3.1-3
0.3.1-2
0.3.1-1
0.3.1-0
0.3.0
0.2.1-1
0.2.1-0
0.2.0
0.0.1-6
0.0.1-5
0.0.1-4
0.0.1-3
0.0.1-2
Silex plugin
github.com/silexlabs/silex-plugin-starter
silexlabs/silex-plugin-starter
@silexlabs/silex-plugin-starter
/
src
/
client.ts
4 lines
(3 loc)
•
95 B
text/typescript
View Raw
1
2
3
4
export
default
function
(
config, options
) {
console
.
log
(
'client.ts'
, { config, options }); }