mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 15:10:03 +00:00
4 lines
140 B
TypeScript
4 lines
140 B
TypeScript
// shim for node modules in React Native
|
|
// see https://github.com/facebook/react-native/issues/5079
|
|
type empty = {};
|
|
export default empty;
|