Files
echo-nexus/node_modules/@formatjs/intl-localematcher/abstract/InsertUnicodeExtensionAndCanonicalize.d.ts
T

3 lines
170 B
TypeScript

import { Keyword } from './types';
export declare function InsertUnicodeExtensionAndCanonicalize(locale: string, attributes: string[], keywords: Array<Keyword>): string;