UNPKG

asn1-ts

Version:

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

7 lines (6 loc) 199 B
import type { INTEGER } from "../../macros.mjs"; export default class YEAR_MONTH_ENCODING { readonly year: INTEGER; readonly month: INTEGER; constructor(year: INTEGER, month: INTEGER); }