UNPKG

asn1-ts

Version:

ASN.1 encoding and decoding, including BER, CER, and DER.

3 lines (2 loc) 188 B
import type { INTEGER } from "../macros.mjs"; export default function datetimeComponentValidator(unitName: string, min: INTEGER, max: INTEGER): (dataType: string, value: INTEGER) => void;