UNPKG

acebase-core

Version:

Shared AceBase core components, no need to install manually

10 lines 343 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const pad_1 = require("../pad"); const globalCount = Object.keys(global).length; const clientId = (0, pad_1.default)(globalCount.toString(36), 4); function fingerprint() { return clientId; } exports.default = fingerprint; //# sourceMappingURL=react-native.js.map