UNPKG

ember-legacy-class-transform

Version:
11 lines (8 loc) 188 B
import getValue from './get-value'; export default function(options = {}) { let value = getValue(options); if (value !== undefined) { return value; } return options.macro; }