UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

86 lines (85 loc) 7.24 kB
export declare const finlandDepartments: { [x: number]: import("../../../CmsOrganization.js").CmsOrganization<import("../../../OrganizationMessages.js").OrganizationMessages> | import("../../../index.js").Department; length: number; toString(): string; toLocaleString(): string; toLocaleString(locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string; pop(): import("../../../index.js").Department; push(...items: import("../../../index.js").Department[]): number; concat(...items: ConcatArray<import("../../../index.js").Department>[]): import("../../../index.js").Department[]; concat(...items: (import("../../../index.js").Department | ConcatArray<import("../../../index.js").Department>)[]): import("../../../index.js").Department[]; join(separator?: string): string; reverse(): import("../../../index.js").Department[]; shift(): import("../../../index.js").Department; slice(start?: number, end?: number): import("../../../index.js").Department[]; sort(compareFn?: (a: import("../../../index.js").Department, b: import("../../../index.js").Department) => number): import("../../../index.js").Department[]; splice(start: number, deleteCount?: number): import("../../../index.js").Department[]; splice(start: number, deleteCount: number, ...items: import("../../../index.js").Department[]): import("../../../index.js").Department[]; unshift(...items: import("../../../index.js").Department[]): number; indexOf(searchElement: import("../../../index.js").Department, fromIndex?: number): number; lastIndexOf(searchElement: import("../../../index.js").Department, fromIndex?: number): number; every<S extends import("../../../index.js").Department>(predicate: (value: import("../../../index.js").Department, index: number, array: import("../../../index.js").Department[]) => value is S, thisArg?: any): this is S[]; every(predicate: (value: import("../../../index.js").Department, index: number, array: import("../../../index.js").Department[]) => unknown, thisArg?: any): boolean; some(predicate: (value: import("../../../index.js").Department, index: number, array: import("../../../index.js").Department[]) => unknown, thisArg?: any): boolean; forEach(callbackfn: (value: import("../../../index.js").Department, index: number, array: import("../../../index.js").Department[]) => void, thisArg?: any): void; map<U>(callbackfn: (value: import("../../../index.js").Department, index: number, array: import("../../../index.js").Department[]) => U, thisArg?: any): U[]; filter<S extends import("../../../index.js").Department>(predicate: (value: import("../../../index.js").Department, index: number, array: import("../../../index.js").Department[]) => value is S, thisArg?: any): S[]; filter(predicate: (value: import("../../../index.js").Department, index: number, array: import("../../../index.js").Department[]) => unknown, thisArg?: any): import("../../../index.js").Department[]; reduce(callbackfn: (previousValue: import("../../../index.js").Department, currentValue: import("../../../index.js").Department, currentIndex: number, array: import("../../../index.js").Department[]) => import("../../../index.js").Department): import("../../../index.js").Department; reduce(callbackfn: (previousValue: import("../../../index.js").Department, currentValue: import("../../../index.js").Department, currentIndex: number, array: import("../../../index.js").Department[]) => import("../../../index.js").Department, initialValue: import("../../../index.js").Department): import("../../../index.js").Department; reduce<U>(callbackfn: (previousValue: U, currentValue: import("../../../index.js").Department, currentIndex: number, array: import("../../../index.js").Department[]) => U, initialValue: U): U; reduceRight(callbackfn: (previousValue: import("../../../index.js").Department, currentValue: import("../../../index.js").Department, currentIndex: number, array: import("../../../index.js").Department[]) => import("../../../index.js").Department): import("../../../index.js").Department; reduceRight(callbackfn: (previousValue: import("../../../index.js").Department, currentValue: import("../../../index.js").Department, currentIndex: number, array: import("../../../index.js").Department[]) => import("../../../index.js").Department, initialValue: import("../../../index.js").Department): import("../../../index.js").Department; reduceRight<U>(callbackfn: (previousValue: U, currentValue: import("../../../index.js").Department, currentIndex: number, array: import("../../../index.js").Department[]) => U, initialValue: U): U; find<S extends import("../../../index.js").Department>(predicate: (value: import("../../../index.js").Department, index: number, obj: import("../../../index.js").Department[]) => value is S, thisArg?: any): S; find(predicate: (value: import("../../../index.js").Department, index: number, obj: import("../../../index.js").Department[]) => unknown, thisArg?: any): import("../../../index.js").Department; findIndex(predicate: (value: import("../../../index.js").Department, index: number, obj: import("../../../index.js").Department[]) => unknown, thisArg?: any): number; fill(value: import("../../../index.js").Department, start?: number, end?: number): import("../../../index.js").Department[]; copyWithin(target: number, start: number, end?: number): import("../../../index.js").Department[]; entries(): ArrayIterator<[number, import("../../../index.js").Department]>; keys(): ArrayIterator<number>; values(): ArrayIterator<import("../../../index.js").Department>; includes(searchElement: import("../../../index.js").Department, fromIndex?: number): boolean; flatMap<U, This = undefined>(callback: (this: This, value: import("../../../index.js").Department, index: number, array: import("../../../index.js").Department[]) => U | readonly U[], thisArg?: This): U[]; flat<A, D extends number = 1>(this: A, depth?: D): FlatArray<A, D>[]; at(index: number): import("../../../index.js").Department; [Symbol.iterator](): ArrayIterator<import("../../../index.js").Department>; [Symbol.unscopables]: { [x: number]: boolean; length?: boolean; toString?: boolean; toLocaleString?: boolean; pop?: boolean; push?: boolean; concat?: boolean; join?: boolean; reverse?: boolean; shift?: boolean; slice?: boolean; sort?: boolean; splice?: boolean; unshift?: boolean; indexOf?: boolean; lastIndexOf?: boolean; every?: boolean; some?: boolean; forEach?: boolean; map?: boolean; filter?: boolean; reduce?: boolean; reduceRight?: boolean; find?: boolean; findIndex?: boolean; fill?: boolean; copyWithin?: boolean; entries?: boolean; keys?: boolean; values?: boolean; includes?: boolean; flatMap?: boolean; flat?: boolean; at?: boolean; [Symbol.iterator]?: boolean; readonly [Symbol.unscopables]?: boolean; }; };