Bug 1874684 - Part 6: Limit day length calculations to safe integers. r=mgaudet
[gecko.git] / devtools / shared / generate-uuid.js
blobbb54bd6c79d7648367dda23a2c96d470b84bd861
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 "use strict";
7 const { generateUUID } = Services.uuid;
9 /**
10  * Returns a new `uuid`.
11  *
12  */
14 module.exports = { generateUUID };