UNPKG

@raona/sp

Version:

Raona utilities to work with Sharepoint using pnp/sp

3 lines (2 loc) 160 B
import { TypedHash } from "../entities/TypedHash"; export declare function sortArrayByHashMap(array: any[], hashMap: TypedHash<any>, sortKey: string): any[];