mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-15 06:20:23 +00:00
Extent Leaflet Util - added tests
This commit is contained in:
@@ -447,3 +447,22 @@ L.marker([1, 2], {
|
||||
iconUrl: 'my-icon.png'
|
||||
})
|
||||
}).bindPopup('<p>Hi</p>');
|
||||
|
||||
L.Util.extend({});
|
||||
L.Util.create({});
|
||||
L.Util.bind(() => {}, {});
|
||||
L.Util.stamp({});
|
||||
L.Util.throttle(() => {}, 123, {});
|
||||
L.Util.wrapNum(123, []);
|
||||
L.Util.falseFn();
|
||||
L.Util.formatNum(123);
|
||||
L.Util.trim('word ');
|
||||
L.Util.splitWords('word word');
|
||||
L.Util.setOptions({}, {});
|
||||
L.Util.getParamString({});
|
||||
L.Util.template('template', {});
|
||||
L.Util.isArray({});
|
||||
L.Util.indexOf([], {});
|
||||
L.Util.requestAnimFrame(() => {});
|
||||
L.Util.cancelAnimFrame(1);
|
||||
L.Util.emptyImageUrl;
|
||||
|
||||
Reference in New Issue
Block a user