UNPKG

@emailjs/browser

Version:

Official EmailJS SDK for browsers

4 lines (3 loc) 249 B
import type { LimitRate } from '../../types/LimitRate'; import type { StorageProvider } from '../../types/StorageProvider'; export declare const isLimitRateHit: (defaultID: string, options: LimitRate, storage?: StorageProvider) => Promise<boolean>;