@govtechsg/open-attestation
Version:
6 lines (5 loc) • 324 B
TypeScript
import { WrappedDocument } from "./types";
/**
* @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 declare const verify: <T extends WrappedDocument>(document: T) => document is WrappedDocument<T>;