UNPKG

@promptbook/langtail

Version:

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

13 lines (12 loc) 289 B
/** * Organizational helper to better @@@@ * * Note: There are 2 similar types> * - `empty_object` @@@ * - `just_empty_object` @@@ * * Note: In most cases, you should use `empty_object` * * @private within the repository */ export type just_empty_object = Record<string, never>;