1.0.1 • Published 6 years ago
s2s-helper-get-initial-state v1.0.1
s2s-helper-get-initial-state
Helper function to get initialState
API
import helper from 's2s-helper-get-initial-state'
const fixture = `
export const initialState = {
  count: 0
}
`
helper(fixture)
// Node "ObjectExpression"
//   properties: Array [
//     Node "ObjectProperty"
//       computed: false
//       key: Node "Identifier"
//         name: "count"
//       method: false
//       shorthand: false
//       value: Node "NumericLiteral"
//         extra: Object {
//           "raw": "1",
//           "rawValue": 1,
//         }
//         value: 1,
//   ]