mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
isFileOrResourcePath and RESOURCE_PREFIX moved in utils
This commit is contained in:
2
image-source/image-source.d.ts
vendored
2
image-source/image-source.d.ts
vendored
@ -118,7 +118,7 @@ declare module "image-source" {
|
||||
export function fromFileOrResource(path: string): ImageSource;
|
||||
|
||||
/**
|
||||
* Returns true if the specified path points to a resource or local file.
|
||||
* [Obsolete. Please use utils.isFileOrResourcePath instead!] Returns true if the specified path points to a resource or local file.
|
||||
* @param path The path.
|
||||
*/
|
||||
export function isFileOrResourcePath(path: string): boolean
|
||||
|
Reference in New Issue
Block a user