mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
quotes
This commit is contained in:
6
src/lib/es2018.intl.d.ts
vendored
6
src/lib/es2018.intl.d.ts
vendored
@@ -1,13 +1,13 @@
|
||||
declare namespace Intl {
|
||||
interface PluralRulesOptions {
|
||||
localeMatcher?: 'lookup' | 'best fit';
|
||||
type?: 'cardinal' | 'ordinal';
|
||||
localeMatcher?: "lookup" | "best fit";
|
||||
type?: "cardinal" | "ordinal";
|
||||
}
|
||||
|
||||
interface ResolvedPluralRulesOptions {
|
||||
locale: string;
|
||||
pluralCategories: string[];
|
||||
type: 'cardinal' | 'ordinal';
|
||||
type: "cardinal" | "ordinal";
|
||||
minimumIntegerDigits: number;
|
||||
minimumFractionDigits: number;
|
||||
maximumFractionDigits: number;
|
||||
|
||||
Reference in New Issue
Block a user