Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 533 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 533 Bytes

API Reference

Since this package only consists of a few functions, the API surface is pretty small / atomic.

Top-Level Exports

Importing

Every function described above is a top-level export. You can import any of them like this:

ES6

import {createMapStateToPropsSnapshot} from 'jest-react-redux';

CommonJS

const {createMapStateToPropsSnapshot} = require('jest-react-redux');