UNPKG

@clickup/pg-microsharding

Version:
6 lines 225 B
/** * Checks whether a string value looks like true or false. If neither of those, * returns undefined. */ export declare function isTrueValue(value: unknown): boolean | undefined; //# sourceMappingURL=isTrueValue.d.ts.map