UNPKG

@blazhkoma/draft-convert

Version:

Extensibly serialize & deserialize Draft.js ContentState

8 lines 172 B
export default (function (object) { return function (style) { if (typeof object === 'function') { return object(style); } return object[style]; }; });