mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+4
-4
@@ -3,10 +3,10 @@
|
||||
// Definitions by: Stephane Alie <https://github.com/StephaneAlie>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module jsts {
|
||||
declare namespace jsts {
|
||||
export var version: string;
|
||||
|
||||
module geom {
|
||||
namespace geom {
|
||||
/**
|
||||
* A lightweight class used to store coordinates on the 2-dimensional
|
||||
* Cartesian plane. It is distinct from {@link Point}, which is a subclass of
|
||||
@@ -1601,7 +1601,7 @@ declare module jsts {
|
||||
}
|
||||
}
|
||||
|
||||
module io {
|
||||
namespace io {
|
||||
export class GeoJSONWriter {
|
||||
/**
|
||||
* Writes the GeoJSON representation of a {@link Geometry}. The
|
||||
@@ -1663,4 +1663,4 @@ declare module jsts {
|
||||
reducePrecision(geometry: geom.Geometry): void;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user