Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 301 Bytes

File metadata and controls

27 lines (20 loc) · 301 Bytes

Module Node.Encoding

Encoding

data Encoding
  = ASCII
  | UTF8
  | UTF16LE
  | UCS2
  | Base64
  | Binary
  | Hex
Instances
instance showEncoding :: Show Encoding

byteLength

byteLength :: String -> Encoding -> Int