Correct comment in @types/lichess/index.d.ts

deepcrayonfish^2
Benedikt Werner 2021-11-18 02:06:36 +01:00
parent d68fb2c5e7
commit 78400f6a1c
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
interface Lichess {
load: Promise<void>; // document.onload promise
load: Promise<void>; // DOMContentLoaded promise
info: any;
requestIdleCallback(f: () => void, timeout?: number): void;
sri: string;