generaltranslation
Version:
A language toolkit for AI developers
5 lines (4 loc) • 393 B
TypeScript
import { GTIndexedSelectElement, GTUnindexedSelectElement } from './types';
import { type MessageFormatElement } from '@formatjs/icu-messageformat-parser/types.js';
export declare function isGTIndexedSelectElement(child: MessageFormatElement): child is GTIndexedSelectElement;
export declare function isGTUnindexedSelectElement(child: MessageFormatElement): child is GTUnindexedSelectElement;