UNPKG

@financial-times/n-conversion-forms

Version:

Containing jsx components and styles for forms included on Accounts and Acqusition apps (next-signup, next-profile, next-retention, etc).

12 lines (10 loc) 259 B
const _get = require('lodash.get'); const COMMON_DATA = require('n-common-static-data'); module.exports = function ({ hash, fn }) { const context = Object.assign( {}, { [hash.export]: _get(COMMON_DATA, hash.import) }, this ); return fn(context); };