Skip to content

Commit

Permalink
Expose isGroup() in the .d.ts typings
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Stitz committed Nov 26, 2018
1 parent ab8d1f4 commit af967fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/model/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export interface IGroupData extends Readonly<IGroup> {
readonly rows: IDataRow[];
}

/** @internal */
export function isGroup(item: IGroupData | IGroupItem): item is IGroupData {
return item && (<IGroupData>item).name !== undefined; // use .name as separator
}
Expand Down

0 comments on commit af967fc

Please sign in to comment.