UNPKG

@halospv3/hce.shared-config

Version:

Automate commit message quality, changelogs, and CI/CD releases. Its `main` entry point is a Semantic Release config. Functions and classes are exposed for customization. An ESLint config, a Commitlint config, and addl. resources for .NET projects are als

8 lines (7 loc) 283 B
import { type } from "arktype"; //#region src/utils/miscTypes.ts const tBooleanString = type("\"true\" | \"false\""); const tEmptyOrBooleanString = type(tBooleanString.or("\"\"")); //#endregion export { tBooleanString, tEmptyOrBooleanString }; //# sourceMappingURL=miscTypes.mjs.map