Gum-Joe / 2Keys

A easy to setup second keyboard, designed for everyone.
GNU General Public License v3.0
11 stars 4 forks source link

Config validation of everything #137

Open github-actions[bot] opened 4 years ago

github-actions[bot] commented 4 years ago

Config validation of everything

https://github.com/Gum-Joe/2Keys/blob/d854e718e954180c637e7e7c7406622effb93c89/packages/@twokeys/core/src/config.ts#L25

 * @packageDocumentation
 */
// TODO: Config validation of everything
import { promises as fs } from "fs";
import YAML from "yaml";
import { MainConfig, DetectorConfig, ClientConfig, ProjectConfig, CombinedConfigs, AddConfigUtils, MakeKeysOptional, ConfigUtils } from "./interfaces";

824a858c6be54960c0de11af55443f5587a39518