UNPKG

@peculiar/webcrypto-test

Version:
4 lines (3 loc) 199 B
import type { ITestPlatform } from "./types"; import * as types from "./types"; export declare function testCrypto(crypto: Crypto, param: types.ITestParams, platform?: Partial<ITestPlatform>): void;