Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascaro committed Jul 2, 2019
1 parent f9a184d commit e7e14af
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions uuid/v4.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
import { NIL_UUID } from "./mod.ts";

// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
/**
* Super-small uuid generation.
*
* Based on
* https://gist.github.com/jed/982883
*/

const UUID_RE = new RegExp(
"^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
Expand Down

0 comments on commit e7e14af

Please sign in to comment.