Skip to content

Instantly share code, notes, and snippets.

@haltcase
Last active November 30, 2017 14:59
Show Gist options
  • Save haltcase/d8746c5236e4dbcc046a2c8db48b9df5 to your computer and use it in GitHub Desktop.
Save haltcase/d8746c5236e4dbcc046a2c8db48b9df5 to your computer and use it in GitHub Desktop.
import { _, it } from 'param.macro'
const array = [1, 2, 3]
array.map(_)
array.map(it)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment