Skip to content

Commit

Permalink
test: fix module declaration issue in ipsum-chunk example
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbubu committed Sep 5, 2020
1 parent c3fc020 commit d685cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ipsum-chunk.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as path from 'path'
import { pull } from 'pull-stream'
import * as pull from 'pull-stream'
import pullFile from '../src'

const inputFile = path.resolve(__dirname, '../test/assets/ipsum.txt')
Expand Down

0 comments on commit d685cd9

Please sign in to comment.