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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user