xray16 1.5.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/xr_lib/xr_fs.d.ts +1 -1
package/package.json
CHANGED
package/types/xr_lib/xr_fs.d.ts
CHANGED
|
@@ -375,7 +375,7 @@ declare module "xray16" {
|
|
|
375
375
|
* @param fs_type - Filesystem source to search.
|
|
376
376
|
* @returns File status.
|
|
377
377
|
*/
|
|
378
|
-
public exist(alias: string, filename: string, fs_type: TXR_fs_type): FileStatus;
|
|
378
|
+
public exist(alias: string, filename: string, fs_type: TXR_fs_type): FileStatus | null;
|
|
379
379
|
|
|
380
380
|
/**
|
|
381
381
|
* Check whether a file exists below a path alias.
|