Skip to content

Commit

Permalink
🐛 Fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Apr 28, 2021
1 parent 87e641e commit bcee969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export { sum } from './src/sum.ts'
export { T } from './src/T.ts'
export { tail } from './src/tail.ts'
export { trim } from './src/trim.ts'
export type { AnyFn, Empty, Falsy, Ord, Primitive } from './src/types.ts'
export type { AnyFn, Empty, Falsy, Ord, Primitive } from './src/types/index.ts'
export { upperCase } from './src/upperCase.ts'
export { values } from './src/values.ts'
export { xor } from './src/xor.ts'

0 comments on commit bcee969

Please sign in to comment.