npm install --save @types/transform-coordinates
This package contains type definitions for transform-coordinates (https://github.com/derhuerst/transform-coordinates).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/transform-coordinates.
import { Converter } from "proj4/dist/lib/core";
declare function transformation(from: string, to: string): Converter;
export = transformation;
- Last updated: Tue, 01 Jul 2025 16:39:24 GMT
- Dependencies: proj4
These definitions were written by Daniel Earwicker.