'use strict'; import * as example from './example' import * as documentLibrary from './documentLibrary' import * as ruleLibrary from './ruleLibrary' export default { ...example, ...documentLibrary, ...ruleLibrary, }