Usage
Import the library where needed
const {EncodeError, DecodeError} = await import('@codec-bytes/error');
// or
import {EncodeError, DecodeError} from '@codec-bytes/error';
Import the library where needed
const {EncodeError, DecodeError} = await import('@codec-bytes/error');
// or
import {EncodeError, DecodeError} from '@codec-bytes/error';