@halospv3/hce.shared-config
Version:
Automate commit message quality, changelogs, and CI/CD releases. Exports a semantic-release shareable configuration deserialized from this package's '.releaserc.yml'. Shared resources for .NET projects are also distributed with this package.
11 lines (8 loc) • 295 B
JavaScript
import { type } from 'arktype';
const tBooleanString = type('"true" | "false"');
const tEmptyOrBooleanString = type(tBooleanString.or('""'));
/**
* @see https://stackoverflow.com/a/73920140/14894786
*/
export { tBooleanString, tEmptyOrBooleanString };
//# sourceMappingURL=miscTypes.mjs.map