UNPKG

151 BJavaScriptView Raw
1'use strict';
2
3module.exports = {
4 id: 'id',
5 parentId: 'parentId',
6 children: 'children',
7 excludeParent: false,
8 saveExtractedChildren: false
9};
\No newline at end of file