UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

6 lines (5 loc) 239 B
import { JSONValue } from "../types/base.js"; /** * Reorders object, mutating in place, in the order provided */ export declare const rekeyObject: (inputObject: Record<string, JSONValue>, idOrder: string[]) => Record<string, JSONValue>;