Sha256: 3a28625fa7d6ebf0f6036efc252893782e0fded006c7e35fc6e1629759abf527
Contents?: true
Size: 421 Bytes
Versions: 13
Compression:
Stored size: 421 Bytes
Contents
import { elementNodeType } from "./types"; export declare class Diff { constructor(options?: {}); toString(): string; setValue(aKey: string | number, aValue: string | number | boolean | number[] | { [key: string]: string | { [key: string]: string; }; } | elementNodeType): this; } export declare function checkElementType(element: any, ...elementTypeNames: string[]): boolean;
Version data entries
13 entries across 13 versions & 1 rubygems