🤡 javascript
This commit is contained in:
parent
1158886c52
commit
9f4cd6c50d
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
/// <reference types="node" />
|
|
||||||
import { EventEmitter } from 'events';
|
|
||||||
import { DateTime } from './datetime';
|
import { DateTime } from './datetime';
|
||||||
import { ILPConfiguration } from './interfaces';
|
import { ILPConfiguration } from './interfaces';
|
||||||
export declare class LPCore extends EventEmitter {
|
export declare class LPCore {
|
||||||
static add(name: string, data: object): void;
|
static add(name: string, data: object): void;
|
||||||
protected plugins: string[];
|
protected plugins: string[];
|
||||||
protected ui: HTMLElement;
|
protected ui: HTMLElement;
|
||||||
|
|
Loading…
Add table
Reference in a new issue