UNPKG

@hazae41/x509

Version:

Zero-copy X.509 certificates in pure modern TypeScript

9 lines (6 loc) 207 B
import { Writable } from '@hazae41/binary'; function writeToBytesOrThrow(type) { return Writable.writeToBytesOrThrow(type.toDER()); } export { writeToBytesOrThrow }; //# sourceMappingURL=write.mjs.map