mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-17 17:48:06 +00:00
* updates clevertap types * adds raiseNotificationClicked type for legacy support * prettifies code and updates definition owners
12 lines
414 B
TypeScript
12 lines
414 B
TypeScript
// Type definitions for clevertap-web-sdk 1.1
|
|
// Project: https://github.com/CleverTap/clevertap-web-sdk
|
|
// Definitions by: Ayush <https://github.com/sinhaayush7>
|
|
// Sonam <https://github.com/KambleSonam>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
import CleverTap from './clevertap';
|
|
|
|
declare const clevertap: CleverTap;
|
|
export = clevertap;
|
|
export as namespace clevertap;
|