UNPKG

asn1-ts

Version:

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

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