Skip to content
This repository was archived by the owner on Feb 4, 2018. It is now read-only.

Commit 53d83ae

Browse files
author
blond
committed
feat(typings): add belongsTo method
1 parent 350f9c0 commit 53d83ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ declare class BemEntityName {
1212
readonly type: BemSDK.EntityName.TYPE;
1313

1414
isSimpleMod(): boolean | null;
15+
belongsTo(entityName: BemEntityName): boolean;
1516
toString(): string;
1617
valueOf(): BemSDK.EntityName.StrictRepresentation;
1718
inspect(depth: number, options: object): string;

0 commit comments

Comments
 (0)