UNPKG

@herlinus/coloquent

Version:

Library for retrieving model objects from a JSON-API, with a fluent syntax inspired by Laravel Eloquent.

8 lines (7 loc) 204 B
export declare class Option { protected parameter: string; protected value: string; constructor(parameter: string, value: string); getParameter(): string; getValue(): string; }