"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = get; function get(key) { console.log(key); }