UNPKG

@20minutes/draft-convert

Version:

Extensibly serialize & deserialize Draft.js ContentState

7 lines (6 loc) 163 B
export default ((object)=>(style)=>{ if (typeof object === 'function') { return object(style); } return object[style]; });