UNPKG

crypto-pro-actual-cades-plugin

Version:

API для взаимодействия с КриптоПро (актуальный файл cadesplugin_api.js)

4 lines (3 loc) 230 B
declare type Unpromisify<T> = T extends Promise<infer R> ? R : T; export declare const _afterPluginsLoaded: <T extends (...args: any[]) => any>(fn: T) => (...args: Parameters<T>) => Promise<Unpromisify<ReturnType<T>>>; export {};