UNPKG

custom-card-helpers

Version:

Set of helpful functions and types for Custom Card creators

4 lines (3 loc) 112 B
export function computeDomain(entityId: string): string { return entityId.substr(0, entityId.indexOf(".")); }