mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-27 12:07:31 +00:00
Basically working Yeoman template generator generator
This commit is contained in:
15
templates/yeoman/typings/node-uuid/node-uuid-cjs.d.ts
vendored
Normal file
15
templates/yeoman/typings/node-uuid/node-uuid-cjs.d.ts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
// Type definitions for node-uuid.js
|
||||
// Project: https://github.com/broofa/node-uuid
|
||||
// Definitions by: Jeff May <https://github.com/jeffmay>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference path="./node-uuid-base.d.ts" />
|
||||
|
||||
/**
|
||||
* Expose as CommonJS module
|
||||
* For use in node environment or browser environment (using webpack or other module loaders)
|
||||
*/
|
||||
declare module "node-uuid" {
|
||||
var uuid: __NodeUUID.UUID;
|
||||
export = uuid;
|
||||
}
|
||||
Reference in New Issue
Block a user