mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-06-21 05:52:34 +08:00
Porting from k8s-actions repo
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
var v1 = require('./v1');
|
||||
var v4 = require('./v4');
|
||||
|
||||
var uuid = v4;
|
||||
uuid.v1 = v1;
|
||||
uuid.v4 = v4;
|
||||
|
||||
module.exports = uuid;
|
||||
Reference in New Issue
Block a user