fix: file access cross platform stub

This commit is contained in:
Nathan Walker
2022-04-14 21:46:05 -07:00
parent a272296d87
commit 338ae56a82

View File

@ -474,3 +474,6 @@ export class FileSystemAccess {
return iOSNativeHelper.joinPaths(...paths);
}
}
// stub to avoid cross platform warning
export class FileSystemAccess29 extends FileSystemAccess {}