mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
isDataURI method added
This commit is contained in:
6
utils/utils.d.ts
vendored
6
utils/utils.d.ts
vendored
@@ -140,4 +140,10 @@
|
||||
* @param path The path.
|
||||
*/
|
||||
export function isFileOrResourcePath(path: string): boolean
|
||||
|
||||
/**
|
||||
* Returns true if the specified URI is data URI (http://en.wikipedia.org/wiki/Data_URI_scheme).
|
||||
* @param uri The URI.
|
||||
*/
|
||||
export function isDataURI(uri: string): boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user