UNPKG

asn1-ts

Version:

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

6 lines (5 loc) 151 B
import type { INTEGER } from "../../macros.mjs"; export default class HOURS_ENCODING { readonly hours: INTEGER; constructor(hours: INTEGER); }