UNPKG

oberknecht-utils

Version:
8 lines (7 loc) 234 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getVariableName = void 0; function getVariableName(variable) { return Object.keys({ variable })[0]; } exports.getVariableName = getVariableName;