/**
 * String literal utility types.
 *
 * @module StringLiterals
 *
 * @since 0.1.0
 *
 * @example
 * ```ts
 * import { StringLiterals } from '@maddimathon/utility-typescript/types';
 * import { ... } from '@maddimathon/utility-typescript/types/string-literals';
 * ```
 */
/*!
 * @maddimathon/utility-typescript@2.0.0-beta
 * @license MIT
 */
export type * from './html.js';
//# sourceMappingURL=index.d.ts.map