// Type definitions for leaflet-curve 0.0.1 // Project: https://github.com/onikiienko/Leaflet.curve // Definitions by: Onikiienko // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// declare namespace L { /** * Drawing Bezier curves and other complex shapes. */ function curve(path: any[], options?: L.PathOptions): Path; }