ecoledirecte-api-types
Version:
If you need a EcoleDirecte client for JavaScript, this isn't the right place! This way: [ecoledirecte.js](https://github.com/a2br/ecoledirecte.js).
12 lines • 397 B
TypeScript
export default class Util {
constructor();
/**
* @description Merges the given data and the default data to fill all the properties.
*/
static mergeDefault(def: any, given: any): typeof def;
/**
* @description Adds the given params to the url
*/
static mergeParams(url: string, params: Record<string, unknown>): string;
}
//# sourceMappingURL=Util.d.ts.map