UNPKG

react-native-icons

Version:

Use 1000's of icon fonts easily in your React Native apps.

15 lines (9 loc) 147 B
/* @flow */ 'use strict'; module.exports = { basic( object: any, text: string ) { if (!object){ throw Error( text ); } } };