UNPKG

@exadel/esl

Version:

Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components

5 lines (4 loc) 158 B
/** * Execute callback in bounds of the next task with dom ready state precondition */ export declare function onDocumentReady(callback: () => void): void;