UNPKG

@exadel/esl

Version:

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

4 lines (3 loc) 287 B
import type { AnyToVoidFnSignature } from '../misc/functions'; /** Defer method execution to the next task with dom ready state precondition */ export declare function ready<T extends AnyToVoidFnSignature>(target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<T>): void;