UNPKG

brain-vue-cli

Version:

A command line tool used to run projects

8 lines (7 loc) 237 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const rawObjectHash = require("object-hash"); function shortHash(val) { return rawObjectHash(val, { encoding: 'base64' }); } exports.shortHash = shortHash;