UNPKG
@pagenote/notion-database
Version:
latest (0.0.1-c)
test (0.0.1-b)
0.0.1-c
0.0.1-b
0.0.1-a
0.0.0
0.0.0-development
0.0.0-d
0.0.0-c
0.0.0-b
0.0.0-a
make notion as a real-database for server
github.com/pagenote/notion-db
pagenote/notion-db
@pagenote/notion-database
/
README.md
14 lines
(8 loc)
•
230 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
### Usage
```javascript
import
myLib
from
'mylib'
``` Additionally, you can
import
the transpiled modules
from
`dist/lib`
in
case
you have a modular library: ```javascript
import
something
from
'mylib/dist/lib/something'
```