mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 03:21:20 -05:00
helpers: now directly exported
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ indexOf, include, starts, ends, compact, count, merge, extend, flatten, del
|
||||
} = require('../lib/helpers').helpers
|
||||
} = require '../lib/helpers'
|
||||
|
||||
array = [0..4]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user