Skip to content

Commit 5361b68

Browse files
author
Federico Builes
authored
Merge pull request #63 from smorimoto/expose-all-public-apis
Expose all public APIs
2 parents 86a613f + 21eb9a0 commit 5361b68

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

src/index.ts

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
import { BuildTarget, Manifest } from './manifest.js'
2-
import { PackageCache } from './package-cache.js'
3-
import { Package } from './package.js'
4-
import { Snapshot, submitSnapshot } from './snapshot.js'
5-
6-
export {
7-
BuildTarget,
8-
Manifest,
9-
PackageCache,
10-
Package,
11-
Snapshot,
12-
submitSnapshot
13-
}
1+
export * from './manifest.js'
2+
export * from './package-cache.js'
3+
export * from './package.js'
4+
export * from './snapshot.js'

0 commit comments

Comments
 (0)