Skip to content

Commit 31034f9

Browse files
committed
Updated exports.
1 parent 241ef5c commit 31034f9

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

lib/collection/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export * from './collection'
2+
export * from './edge_collection'
3+
export * from './node_collection'

lib/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
export * from './graph'
3+
export * from './path'
4+
export * from './query'
5+
export * from './unit'
6+
export * from './collection'

lib/unit/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export * from './edge'
2+
export * from './node'
3+
export * from './unit'

module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { Graph } from './lib/graph'
22

3+
export * from './lib'
34
export default {
45
Graph
56
}

0 commit comments

Comments
 (0)