1.0.1 • Published 5 years ago

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

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.0

5 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago