HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/nodejs/tcompare/dist/cjs/
Upload File :
Current File : //proc/self/root/usr/share/nodejs/tcompare/dist/cjs/has.d.ts
import { Same } from './same.js';
export declare class Has extends Same {
    simpleMatch(): void;
    isArray(): boolean;
    getPojoEntries(obj: any): [string, any][];
    printMapEntryUnexpected(_key: any, _val: any): void;
    get objectAsArray(): any[] | null;
    printErrorBody(): void;
    printSetBody(): void;
}