UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

9 lines (8 loc) 190 B
declare global { interface Window { timeoutList: any; csrf: string; timeout: (uniqueId: string, callback: any, time?: number) => void; } } export {};