1.0.1 • Published 6 years ago

s2s-helper-get-action-obj v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

s2s-helper-get-action-obj

Helper function to get action object

API

import getActionObj from 's2s-helper-get-action-obj'

const fixture = `
export const Actions = {
  INCREMENT,
  DECREMENT,
}
`

helper(fixture)
// => ['INCREMENT', 'DECREMENT']
1.0.1

6 years ago

1.0.0

6 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago