Skip to content

Commit

Permalink
Merge pull request #63 from smorimoto/expose-all-public-apis
Browse files Browse the repository at this point in the history
Expose all public APIs
  • Loading branch information
febuiles committed Jan 18, 2024
2 parents 86a613f + 21eb9a0 commit 5361b68
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 5361b68

Please sign in to comment.