UNPKG

oberknecht-utils

Version:
4 lines (3 loc) 90 B
export function getVariableName(variable: any) { return Object.keys({ variable })[0]; }