babel-plugin-s2s-d-action-types

0.1.0 • Public • Published

babel-plugin-s2s-d-action-types

s2s plugin for d

Install

$ yarn add --dev babel-plugin-s2s-d-action-types

Example

IN:

// @flow
import * as constants from './constants.js'

export type Action = Increment

OUT:

// @flow
import * as constants from './constants.js'

export type Increment = {
  type: typeof constants.INCREMENT,
}

export type Action = Increment

Usage

{
  ['s2s-d-action-types']
}

Readme

Keywords

none

Package Sidebar

Install

npm i babel-plugin-s2s-d-action-types

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

7.8 kB

Total Files

6

Last publish

Collaborators

  • akameco