Skip to content

Instantly share code, notes, and snippets.

@andreypopp
Created April 30, 2013 12:53
Show Gist options
  • Save andreypopp/5488512 to your computer and use it in GitHub Desktop.
Save andreypopp/5488512 to your computer and use it in GitHub Desktop.
// js
var handlers = require('handlers');
var impls = handlers.impls;
var impl = handlers.impl;
var ret = handlers.ret;
// coffee
{impls, impl, ret} = require 'handlers'
WTF?!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment