Variable: DEFAULT_LIMITS
constDEFAULT_LIMITS:ResolvedLimits
Library-default safety caps applied before DOM construction. Tuned to admit
real C-CDA documents (which can embed sizeable base64 images) while still
bounding hostile input. Callers tighten or loosen via
ParseCcdaOptions.limits.
Example
import { DEFAULT_LIMITS } from "@cosyte/ccda";
console.log(DEFAULT_LIMITS.maxInputBytes); // 30000000