UNPKG

xpm

Version:

The xPack project manager command line tool

5 lines (4 loc) 241 B
/// <reference types="node" /> import crypto from 'crypto'; import { JSONObject } from '../utils/types'; export declare const verifySignature: (metaDataSignedData: JSONObject, key: crypto.VerifyKeyObjectInput, signature: string) => boolean;