Namespaces
isSystemURI
function isSystemURI(uri: string): boolean;Defined in: utils/index.d.ts:82
Returns true if the specified URI is a system URI like "sys://...".
Parameters
| Parameter | Type | Description |
|---|---|---|
uri | string | The URI. |
Returns
boolean
- Previous
- isString
- Next
- isUndefined