UNPKG

react-native-fs-turbo

Version:

React-Native library for working with Android/iOS file system, written using JSI and C++ TurboModules

10 lines (8 loc) 164 B
declare global { /** * The global RNFSTurbo proxy. */ // eslint-disable-next-line vars-on-top, no-var var RNFSTurboProxy: {} | undefined; } export {};