UNPKG

@promptbook/langtail

Version:

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

11 lines (10 loc) 256 B
/** * Organizational helper to better mark the place where to really use empty object `{}` * * Note: There are 2 similar types> * - `empty_object` @@@ * - `just_empty_object` @@@ * * @private within the repository */ export type empty_object = {};