From a0a976ff577828c1114169fa4d0ea0f19ed0c77e Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Sun, 6 Jun 2021 12:43:15 -0700 Subject: [PATCH] docs: Switch Location API to use TypeScript method signatures --- docs/api/locations/location.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/locations/location.md b/docs/api/locations/location.md index 72535a613..13a7fdd8f 100644 --- a/docs/api/locations/location.md +++ b/docs/api/locations/location.md @@ -13,6 +13,6 @@ type Location = Path | Point | Range ### Check methods -#### `Location.isLocation(value: any): value is Location` +#### `Location.isLocation(value: any) => value is Location` Check if a value implements the `Location` interface.