This commit is contained in:
Chris Barth 2017-07-14 15:52:08 -04:00
parent 48658b6699
commit e5eba44aea
2 changed files with 1 additions and 5 deletions

View File

@ -2,6 +2,7 @@
// Project: https://github.com/kelektiv/node-uuid
// Definitions by: Oliver Hoffmann <https://github.com/iamolivinius/>
// Felipe Ochoa <https://github.com/felipeochoa/>
// Chris Barth <https://github.com/cjbarth>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

View File

@ -1,8 +1,3 @@
// Type definitions for uuid 3.1
// Project: // Project: https://github.com/kelektiv/node-uuid
// Definitions by: Oliver Hoffmann <https://github.com/iamolivinius>, Chris Barth <https://github.com/cjbarth>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />
// Uses ArrayLike to admit Unit8 and co.