1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 02:19:52 +02:00

docs: Add sections to Location docs for consistency

This commit is contained in:
Sunny Hirai
2021-03-29 23:41:55 -07:00
parent 861505ab65
commit 141656b443

View File

@@ -2,6 +2,10 @@
## Static methods
- [Check methods](#check-methods)
### Check methods
###### `Location.isLocation(value: any): value is Location`
Check if a value implements the `Location` interface.