Installation
npm install --save @types/transform-coordinates
Summary
This package contains type definitions for transform-coordinates (https://github.com/derhuerst/transform-coordinates).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/transform-coordinates.
index.d.ts
import { Converter } from "proj4";
declare function transformation(from: string, to: string): Converter;
export = transformation;
Additional Details
- Last updated: Tue, 07 Nov 2023 15:11:36 GMT
- Dependencies: @types/proj4
Credits
These definitions were written by Daniel Earwicker.