UNPKG

@promptbook/gemini

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

9 lines (8 loc) 306 B
import type { really_unknown } from '../../../utils/organization/really_unknown'; /** * Converts anything to string that can be used for debugging and logging * * @param value String value for logging * @private internal util */ export declare function unknownToString(value: really_unknown): string;