@squareboat/nest-events
Version:
The event listener package for your NestJS Applications
10 lines (9 loc) • 408 B
TypeScript
import { EmitsEvent } from "./event";
export declare function isObject(value: any): boolean;
export declare function isArray(value: any): boolean;
export declare function isEmpty(value: any): boolean;
export declare function EmitEvent(event: EmitsEvent): Promise<void>;
export declare function difference<T>(arr1: T[], arr2: T[]): T[];
export declare class Package {
static load(pkgName: string): any;
}