Skip to content

Commit

Permalink
Expose all public APIs
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Jan 17, 2024
1 parent 86a613f commit 21eb9a0
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
import { BuildTarget, Manifest } from './manifest.js'
import { PackageCache } from './package-cache.js'
import { Package } from './package.js'
import { Snapshot, submitSnapshot } from './snapshot.js'

export {
BuildTarget,
Manifest,
PackageCache,
Package,
Snapshot,
submitSnapshot
}
export * from './manifest.js'
export * from './package-cache.js'
export * from './package.js'
export * from './snapshot.js'

0 comments on commit 21eb9a0

Please sign in to comment.