0.1.3 • Published 7 years ago

dact-log v0.1.3

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

dact-log Build Status

Logger for dact

npm.io

Install

npm install --save dact-log

Usage

import createData from 'dact'
import log from 'dact-log'

const initial = {
  users: []
}

const data = createData(initial, log)

Use named function declarations for data extends instead of emit objects or arrow functions for more useful log.

License

MIT

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago