DIR: /proc/self/root/usr/share/node_modules/tcompare/dist/mjs/ |
Current File : //proc/self/root/usr/share/node_modules/tcompare/dist/mjs/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; } |