UNPKG

custom-card-helpers

Version:

Set of helpful functions and types for Custom Card creators

4 lines (3 loc) 113 B
export function computeEntity(entityId: string): string { return entityId.substr(entityId.indexOf(".") + 1); }