Interface CoreConstructor

interface CoreConstructor {
    new Core(): Core;
}

Constructors

constructor

new Core(): Core