mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
* Make ts3.1 the default for cadesplugin * restore header * remove bogus extends from tsconfig * remove package.json
20 lines
647 B
TypeScript
20 lines
647 B
TypeScript
// Type definitions for cadesplugin 2.1
|
|
// Project: https://www.npmjs.com/package/cadesplugin
|
|
// Definitions by: Delagen <https://github.com/Delagen>,
|
|
// kvmi <https://github.com/kmvi>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
///<reference path="./common.d.ts"/>
|
|
|
|
///<reference path="./capicom.d.ts"/>
|
|
///<reference path="./capicom_async.d.ts"/>
|
|
///<reference path="./capicom_enums.d.ts"/>
|
|
|
|
///<reference path="./cadescom.d.ts"/>
|
|
///<reference path="./cadescom_async.d.ts"/>
|
|
///<reference path="./cadescom_enums.d.ts"/>
|
|
|
|
///<reference path="./cadesplugin.d.ts"/>
|
|
|
|
declare const cadesplugin: CADESPlugin;
|