UNPKG

docutils-ts

Version:

Port of the Python Docutils library to TypeScript

11 lines (10 loc) 264 B
class SettingsSpec { constructor() { this.settingsSpec = []; this.settingsDefaults = {}; this.relativePathSettings = []; this.configSection = ''; this.configSectionDependencies = []; } } export default SettingsSpec;