UNPKG

@phensley/cldr-core

Version:
7 lines (6 loc) 201 B
export declare type WrapperNode = number | string; /** * Parse a generic wrapper pattern. * Example: "{1} at {0}" */ export declare const parseWrapperPattern: (raw: string) => (string | number)[];