UNPKG

react-native-flip

Version:
9 lines (7 loc) 143 B
declare module 'path-browserify' { interface path { static join(...paths: string[]): string; } const path: path; export = path; }