Files
pole-book/server/node_modules/@formatjs/intl-displaynames/lib/should-polyfill.d.ts

3 lines
149 B
TypeScript

export declare function _shouldPolyfillWithoutLocale(): boolean;
export declare function shouldPolyfill(locale?: string): string | true | undefined;