mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2025-04-19 12:03:10 +03:00
7 lines
179 B
TypeScript
Executable File
7 lines
179 B
TypeScript
Executable File
/**
|
||
* Предоставляет информацию о системе
|
||
*
|
||
* @returns информацию о CSP
|
||
*/
|
||
export declare const getCspVersion: () => Promise<string>;
|