Url.functions.unsafeMake
Function: unsafeMake()
Section titled “Function: unsafeMake()”unsafeMake(
input):Url
Defined in: packages/fx-fetch/src/Url/make.ts:19
Creates an immutable Url object. Throws an error if the input is invalid.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Example
Section titled “Example”import { Url } from 'fx-fetch';
const url = Url.unsafeMake('https://api.example.com');0.1.0