Skip to content

Commit

Permalink
expose CanAssignSignal
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Jul 13, 2023
1 parent 46b257e commit 6d9368d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export * from './editor'
export * as ClassicPreset from './presets/classic'
export type { NestedScope, Pipe, ScopeAsParameter } from './scope'
export type { CanAssignSignal, NestedScope, Pipe, ScopeAsParameter } from './scope'
export { Scope, Signal } from './scope'
export * from './types'
export * from './utils'
2 changes: 2 additions & 0 deletions src/scope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import {
AcceptPartialUnion, CanAssignSignal, GetAssignmentReferences, GetNonAssignableElements, Tail
} from './utility-types'

export type { CanAssignSignal }

/**
* A middleware type that can modify the data
* @typeParam T - The data type
Expand Down

0 comments on commit 6d9368d

Please sign in to comment.