Skip to content

Instantly share code, notes, and snippets.

@TylorS
Created June 26, 2019 20:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TylorS/c150ad134b0c038dce5889650aa220a6 to your computer and use it in GitHub Desktop.
Save TylorS/c150ad134b0c038dce5889650aa220a6 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 { uuid } from '@typed/uuid'
console.log(uuid())
{
"name": "esnextbin-sketch",
"version": "0.0.0",
"dependencies": {
"@typed/uuid": "latest"
}
}
'use strict';
var _uuid = require('@typed/uuid');
console.log((0, _uuid.uuid)());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment