@types/leaflet-polylinedecorator
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -9,5 +9,5 @@ // Type definitions for leaflet-polylinedecorator 1.6 | ||
import * as L from 'leaflet'; | ||
import * as L from "leaflet"; | ||
declare module 'leaflet' { | ||
declare module "leaflet" { | ||
namespace Symbol { | ||
@@ -71,4 +71,10 @@ interface DashOptions { | ||
class PolylineDecorator extends FeatureGroup { | ||
constructor(paths: Polyline | Polygon | LatLngExpression[] | Polyline[] | Polygon[] | LatLngExpression[][], options?: PolylineDecoratorOptions); | ||
initialize(paths: Polyline | Polygon | LatLngExpression[] | Polyline[] | Polygon[] | LatLngExpression[][], options?: PolylineDecoratorOptions): void; | ||
constructor( | ||
paths: Polyline | Polygon | LatLngExpression[] | Polyline[] | Polygon[] | LatLngExpression[][], | ||
options?: PolylineDecoratorOptions, | ||
); | ||
initialize( | ||
paths: Polyline | Polygon | LatLngExpression[] | Polyline[] | Polygon[] | LatLngExpression[][], | ||
options?: PolylineDecoratorOptions, | ||
): void; | ||
setPatterns(patterns: Pattern[]): void; | ||
@@ -75,0 +81,0 @@ setPaths(paths: Polyline | Polygon | LatLngExpression[] | Polyline[] | Polygon[] | LatLngExpression[][]): void; |
{ | ||
"name": "@types/leaflet-polylinedecorator", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "TypeScript definitions for leaflet-polylinedecorator", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/leaflet-polylinedecorator", | ||
}, | ||
"typesPublisherContentHash": "d520b823e338d4ebb46699da84c2234ac81632e3d2e93d1ec9eef38f62386aa8", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "81417699812c93d71a64a2a07e0493754d49d9765b65d96eb777664703d81ac0", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 16:23:36 GMT | ||
* Last updated: Wed, 30 Aug 2023 19:34:55 GMT | ||
* Dependencies: [@types/leaflet](https://npmjs.com/package/@types/leaflet) | ||
@@ -14,0 +14,0 @@ * Global values: none |
6228
72