Sha256: ef4450e2aec9ac5da853f0a7a21661e85536fc60a3271126d8cbc4fa5d540869
Contents?: true
Size: 473 Bytes
Versions: 6
Compression:
Stored size: 473 Bytes
Contents
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); exports.default = getVersion; /** * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ // Cannot be `import` as it's not under TS root dir const {version: VERSION} = require('../package.json'); function getVersion() { return VERSION; }
Version data entries
6 entries across 6 versions & 1 rubygems