1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-15 20:19:21 +00:00

Finished JSDoc (#22)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-04-11 01:17:09 +02:00
parent c711f5526e
commit 3f5616ec29
3 changed files with 20 additions and 18 deletions

View File

@ -61,7 +61,7 @@ export default class URLManager {
/**
* set/delete a key to a value in the query string
* @param key the key to set/delete
* @param value the value to set or null to delete it
* @param value the value to set or `null` to delete it
*/
public query(key: string, value: string | Array<string> | null): this