UNPKG
node-wit
Version:
latest (6.6.0)
6.6.0
6.5.1
6.5.0
6.4.0
6.3.0
6.2.2
6.2.1
6.2.0
6.1.1
6.1.0
6.0.1
6.0.0
5.0.0
4.3.0
4.2.0
4.1.0
4.0.0
3.3.2
3.3.1
3.3.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.1
3.0.0
2.0.0
1.1.0
1.0.0
0.0.1
Wit.ai Node.js SDK
github.com/wit-ai/node-wit
wit-ai/node-wit
node-wit
/
index.js
10 lines
(8 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. */
module
.
exports
= {
log
:
require
(
'./lib/log'
),
Wit
:
require
(
'./lib/wit'
),
interactive
:
require
(
'./lib/interactive'
) };