UNPKG

@smithy/util-endpoints

Version:
6 lines (5 loc) 155 B
/** * Performs logical negation on the provided boolean value, * returning the negated value. */ export declare const not: (value: boolean) => boolean;