UNPKG

custom-card-helpers

Version:

Set of helpful functions and types for Custom Card creators

6 lines (4 loc) 162 B
import { ActionConfig } from "./types"; export function hasAction(config?: ActionConfig): boolean { return config !== undefined && config.action !== "none"; }