@govtechsg/open-attestation
Version:
8 lines (7 loc) • 371 B
JavaScript
import { SchemaId } from "./document";
/**
* @deprecated will be removed in the next major release in favour of OpenAttestation v4.0 (more info: https://github.com/Open-Attestation/open-attestation/tree/alpha)
*/
export var isWrapDocumentOptionV3 = function (options) {
return (options === null || options === void 0 ? void 0 : options.version) === SchemaId.v3;
};