Home Manual Reference Source

Usage

Import the library where needed

const {EncodeError, DecodeError} = await import('@codec-bytes/error');
// or
import {EncodeError, DecodeError} from '@codec-bytes/error';