UNPKG

@hazae41/x509

Version:

Zero-copy X.509 certificates in pure modern TypeScript

11 lines (7 loc) 245 B
'use strict'; var binary = require('@hazae41/binary'); function writeToBytesOrThrow(type) { return binary.Writable.writeToBytesOrThrow(type.toDER()); } exports.writeToBytesOrThrow = writeToBytesOrThrow; //# sourceMappingURL=write.cjs.map