Skip to content

Commit 9aa530b

Browse files
committed
Fix import list
1 parent c6c1bd0 commit 9aa530b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Node/Buffer.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module Node.Buffer
2525
import Prelude
2626
import Control.Monad.Eff (Eff)
2727
import Data.Maybe (Maybe(..))
28-
import Node.Encoding (Encoding)
28+
import Node.Encoding (Encoding, encodingToNode)
2929

3030
-- | Type synonym indicating the value should be an octet (0-255). If the value
3131
-- | provided is outside this range it will be used as modulo 255.

0 commit comments

Comments
 (0)