UNPKG

@kayahr/text-encoding

Version:
11 lines (8 loc) 313 B
/* * Copyright (C) 2021 Klaus Reimer <k@ailis.de> * See LICENSE.md for licensing information. */ /** The default encoding used for encoding and decoding texts. */ export const DEFAULT_ENCODING = "utf-8"; /** Value returned by decoders/encoders when finished encoding/decoding. */ export const FINISHED = -1;