// Type definitions for @martin_hotell/rex-tils 2.1.1 // Project: https://www.github.com/Hotell/rex-tils // Definitions by: Martin Hochel // Definitions: https://www.github.com/Hotell/rex-tils // TypeScript Version: 3.1.6 /** * React/Preact utils */ export * from './react'; /** * Redux utils */ export * from './redux'; /** * Generic types for daily use */ export * from './types'; /** * type guards */ export * from './guards'; /** * various utils */ export * from './utils'; //# sourceMappingURL=index.d.ts.map