mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
7 lines
201 B
JavaScript
7 lines
201 B
JavaScript
var Immutable = require('immutable');
|
|
var jsonSchemaDefaults = require('json-schema-defaults');
|
|
|
|
var schema = require('./configSchema');
|
|
|
|
module.exports = Immutable.fromJS(jsonSchemaDefaults(schema));
|