Module node_modules/@types/node/url
Variables
URL
URL
: { prototype
: URL; createObjectURL
: any; revokeObjectURL
: any }
Type declaration
-
prototype: URL
-
createObjectURL: function
- createObjectURL(object: any): string
-
Parameters
Returns string
-
revokeObjectURL: function
- revokeObjectURL(url: string): void
-
Parameters
Returns void
URLSearchParams
Type declaration
-
-
toString: function
-
Returns string