Skip to content

Instantly share code, notes, and snippets.

@DrBoolean
Created May 30, 2016 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DrBoolean/92975f9c6e4420904f9381195651c2c4 to your computer and use it in GitHub Desktop.
Save DrBoolean/92975f9c6e4420904f9381195651c2c4 to your computer and use it in GitHub Desktop.
Map({a: 1, b: 2}).map(v => Id.of(v + 1))
// Map { "a": Id(2), "b": Id(3) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment