coffee-object

0.1.1 • Public • Published

Coffee Object

Make it easier to create Objects in CoffeeScript.

Usage

npm i --save coffee-object
o = require 'coffee-object'

o a: 1, b: 2
# {a: 1, b: 2}

o a: 1,
  b: 2
# {a: 1, b: 2}

o
  a: 1
  b: 2
# {a: 1, b: 2}

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i coffee-object

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • jiyinyiyong