fix lints
This commit is contained in:
parent
6f8e3fe366
commit
a5241379af
5 changed files with 3 additions and 5 deletions
|
@ -201,7 +201,7 @@ export interface IApMention extends IObject {
|
|||
href: string;
|
||||
}
|
||||
|
||||
export const isMention = (object: IObject): object is IApMention=>
|
||||
export const isMention = (object: IObject): object is IApMention =>
|
||||
getApType(object) === 'Mention' &&
|
||||
typeof object.href === 'string';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue