UNPKG

@funded-labs/plug-controller

Version:

Internet Computer Plug wallet's controller

9 lines (8 loc) 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getVersion = void 0; const version_1 = require("../constants/version"); const getVersion = () => { return version_1.PLUG_CONTROLLER_VERSION; }; exports.getVersion = getVersion;