UNPKG

flipper-common

Version:

Server & UI shared Flipper utilities

14 lines 469 B
"use strict"; /** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @format */ Object.defineProperty(exports, "__esModule", { value: true }); exports.uuid = void 0; var uuid_1 = require("uuid"); Object.defineProperty(exports, "uuid", { enumerable: true, get: function () { return uuid_1.v4; } }); //# sourceMappingURL=uuid.js.map