mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
19 lines
731 B
TypeScript
19 lines
731 B
TypeScript
// Type definitions for jsrsasign 8.0
|
|
// Project: https://github.com/kjur/jsrsasign
|
|
// Definitions by: Florian Keller <https://github.com/ffflorian>
|
|
// Definitions: https://github.com/ffflorian/jsrsasign-types
|
|
// TypeScript Version: 2.7
|
|
|
|
/// <reference path="./jsrsasign.d.ts" />
|
|
/// <reference path="./modules/BigInteger.d.ts" />
|
|
/// <reference path="./modules/ECCurveFp.d.ts" />
|
|
/// <reference path="./modules/ECFieldElementFp.d.ts" />
|
|
/// <reference path="./modules/ECPointFp.d.ts" />
|
|
/// <reference path="./modules/KEYUTIL.d.ts" />
|
|
/// <reference path="./modules/KJUR/index.d.ts" />
|
|
/// <reference path="./modules/RSAKey.d.ts" />
|
|
/// <reference path="./modules/X509.d.ts" />
|
|
|
|
export = jsrsasign;
|
|
export as namespace jsrsasign;
|