From db5c350f8ff06f620a1dea8bd8a379a9b4bfef39 Mon Sep 17 00:00:00 2001
From: googlemaps-bot
Date: Tue, 21 Sep 2021 04:37:09 +0000
Subject: [PATCH] chore(deps-dev): bump @types/jest from 27.0.1 to 27.0.2 (#77)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.0.1 to 27.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
---
updated-dependencies:
- dependency-name: "@types/jest"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> fd76af3f1c3b53037388176ddf872ce98b3286f7
---
classes/LatLng.html | 2 +-
classes/LatLngBounds.html | 2 +-
classes/MVCArray.html | 2 +-
classes/MVCObject.html | 2 +-
classes/Map.html | 2 +-
classes/Marker.html | 2 +-
classes/Polyline.html | 2 +-
classes/Size.html | 2 +-
modules.html | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/classes/LatLng.html b/classes/LatLng.html
index d9cdc274..1e958b5e 100644
--- a/classes/LatLng.html
+++ b/classes/LatLng.html
@@ -10,4 +10,4 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-Constructors
constructor
- new LatLng(literal: LatLngLiteral, noWrap?: boolean): LatLng
Parameters
literal: LatLngLiteral
Optional noWrap: boolean
Properties
equals
equals: Mock<any, any> = ...
lat
lat: Mock<any, any> = ...
lng
lng: Mock<any, any> = ...
toJSON
toJSON: Mock<any, any> = ...
toString
toString: Mock<any, any> = ...
toUrlValue
toUrlValue: Mock<any, any> = ...