mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-17 08:05:19 +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));
|