/**
 * Utility types either of or for objects.
 *
 * @module Objects
 *
 * @since 0.1.0
 *
 * @example
 * ```ts
 * import { Objects } from '@maddimathon/utility-typescript/types';
 * import { ... } from '@maddimathon/utility-typescript/types/objects';
 * ```
 */
/*!
 * @maddimathon/utility-typescript@2.0.0-beta
 * @license MIT
 */
export type * from './classes.js';
export type * from './keys.js';
export type * from './partial.js';
export type * from './required.js';
//# sourceMappingURL=index.d.ts.map