Skip to content

@stephansama packages / @stephansama/remark-asciinema / utils / getURL

Function: getURL()

ts
function getURL(str, condition): false | URL;

Defined in: utils.ts:17

Parameters

str

string

condition

(url) => boolean

Returns

false | URL

Released under MIT license