lightswitch-js-sdk
Version:
light switch javascript sdk
6 lines (5 loc) • 385 B
TypeScript
import { Property } from './types';
export declare function getRequest(url: string): Promise<any>;
export declare function postRequest(url: string, data?: any): Promise<any>;
export declare function getHashedPercentageForObjectIds(objectIds: string[], iterations: number): number;
export declare function compareObjectsAndMaps(obj: Property[], map: Map<string, string>): boolean;