File tree 1 file changed +0
-6
lines changed 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -858,8 +858,6 @@ export class Document<T, P extends Indexable = Indexable> {
858
858
859
859
/**
860
860
* `hasLocalChanges` returns whether this document has local changes or not.
861
- *
862
- * @internal
863
861
*/
864
862
public hasLocalChanges ( ) : boolean {
865
863
return this . localChanges . length > 0 ;
@@ -910,8 +908,6 @@ export class Document<T, P extends Indexable = Indexable> {
910
908
911
909
/**
912
910
* `getKey` returns the key of this document.
913
- *
914
- * @internal
915
911
*/
916
912
public getKey ( ) : string {
917
913
return this . key ;
@@ -928,8 +924,6 @@ export class Document<T, P extends Indexable = Indexable> {
928
924
929
925
/**
930
926
* `getStatus` returns the status of this document.
931
- *
932
- * @internal
933
927
*/
934
928
public getStatus ( ) : DocumentStatus {
935
929
return this . status ;
You can’t perform that action at this time.
0 commit comments