Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
skulptur committed Apr 29, 2022
1 parent 314ea48 commit c7b5c30
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
import * as _unary from './lib/unary'
import * as _binary from './lib/binary'
import * as _ternary from './lib/ternary'
export const unary = _unary
export const binary = _binary
export const ternary = _ternary

export * from './lib/core'
export * from './lib/unary'

export const unary = _unary
export * from './lib/binary'

export const binary = _binary
export * from './lib/ternary'

export const ternary = _ternary
export * from './lib/number'
export * from './lib/other'

0 comments on commit c7b5c30

Please sign in to comment.