Skip to content

Commit

Permalink
do not expose utility types
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Jul 11, 2023
1 parent e06fd1b commit ac8edb2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export * from './editor'
export * as ClassicPreset from './presets/classic'
export type { ScopeAsParameter } from './scope'
export * from './scope'
export type { NestedScope, Pipe, ScopeAsParameter } from './scope'
export { Scope, Signal } from './scope'
export * from './types'
export * from './utility-types'
export * from './utils'

0 comments on commit ac8edb2

Please sign in to comment.