UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

7 lines (6 loc) 105 B
export function isEmptyObj(obj: Object) { for (var _x in obj) { return false; } return true; }