UNPKG

asn1-ts

Version:

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

3 lines (2 loc) 105 B
import { TIME } from "../../../macros.mjs"; export default function encodeTime(value: TIME): Uint8Array;