UNPKG

declapract

Version:

A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.

3 lines (2 loc) 167 B
import type { FileCheckFunction } from '../../../../../../domain.objects'; export declare const withOptionalityCheck: (logic: FileCheckFunction) => FileCheckFunction;