msbot
Version:
MSBot command line tool for manipulating Microsoft Bot Framework .bot files
11 lines • 396 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Copyright(c) Microsoft Corporation.All rights reserved.
* Licensed under the MIT License.
*/
function uuidValidate(value) {
return /^[0-9a-f]{8}-?[0-9a-f]{4}-?[1-5][0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$/.test(value);
}
exports.uuidValidate = uuidValidate;
//# sourceMappingURL=utils.js.map