UNPKG

@exadel/esl

Version:

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

3 lines (2 loc) 162 B
/** Shim for ES5 style inheritance support of classes in modern browsers */ export declare function shimES5Constructor(Class: new (...args: any[]) => any): void;