Tests whether the target string is a data URI
target
expect(isDataURI('data:,A%20brief%20note').value).toBeTruthy()
true if the target is a data URI, false otherwise
The target string
Generated using TypeDoc
Tests whether the
targetstring is a data URIExample
Returns
true if the
targetis a data URI, false otherwise