Skip to content

Instantly share code, notes, and snippets.

@TylorS
Created March 19, 2016 09:13
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 TylorS/6d41e4096df9c98bbf3a to your computer and use it in GitHub Desktop.
Save TylorS/6d41e4096df9c98bbf3a to your computer and use it in GitHub Desktop.
esnextbin sketch
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>ESNextbin Sketch</title>
<!-- put additional styles and scripts here -->
</head>
<body>
<!-- put markup and other contents here -->
</body>
</html>
import {multicast} from 'most'
console.log(multicast)
console.log(multicast.default)
{
"name": "esnextbin-sketch",
"version": "0.0.0",
"dependencies": {
"most": "0.18.5"
}
}
'use strict';
var _most = require('most');
console.log(_most.multicast);
console.log(_most.multicast.default);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment