UNPKG

rizzo-next

Version:

The next generation of Lonely Planet's style guide and pattern library.

10 lines (8 loc) 214 B
import Model from "../../core/model"; export default class ArticleModel extends Model { parse(response) { return Object.assign({}, response.article, { features: response.features || [], }); } };