We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c1bd0 commit 9aa530bCopy full SHA for 9aa530b
src/Node/Buffer.purs
@@ -25,7 +25,7 @@ module Node.Buffer
25
import Prelude
26
import Control.Monad.Eff (Eff)
27
import Data.Maybe (Maybe(..))
28
-import Node.Encoding (Encoding)
+import Node.Encoding (Encoding, encodingToNode)
29
30
-- | Type synonym indicating the value should be an octet (0-255). If the value
31
-- | provided is outside this range it will be used as modulo 255.
0 commit comments