File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,9 @@ import type {
77 FileStat ,
88 FsStat ,
99 HashAlgorithm ,
10- Util as UtilFunctions ,
1110} from 'react-native-file-access' ;
1211
13- export const Util : typeof UtilFunctions =
14- require ( 'react-native-file-access/lib/commonjs/util' ) . Util ;
12+ export { Util } from 'react-native-file-access/util' ;
1513
1614export const Dirs = {
1715 CacheDir : '/mock/CacheDir' ,
Original file line number Diff line number Diff line change 1010 "types" : " ./lib/typescript/src/index.d.ts" ,
1111 "default" : " ./lib/module/index.js"
1212 },
13+ "./util" : {
14+ "source" : " ./src/util.ts" ,
15+ "types" : " ./lib/typescript/src/util.d.ts" ,
16+ "default" : " ./lib/module/util.js"
17+ },
1318 "./package.json" : " ./package.json"
1419 },
1520 "files" : [
You can’t perform that action at this time.
0 commit comments