UNPKG

@iotile/iotile-cloud

Version:

A typescript library for interfacing with the IOTile Cloud API

9 lines (8 loc) 270 B
export declare class ApiFilter { private filters; filterString(): string; addFilter(name: string, value: string, unique?: boolean): void; removeFilter(name: string): void; getFilter(name: string): string | undefined; copy(): ApiFilter; }