UNPKG

taggedjs

Version:

tagged template reactive html

5 lines (4 loc) 222 B
import { NoDisplayValue } from './render/attributes/NoDisplayValue.type.js'; type TextableValue = string | boolean | number | NoDisplayValue; export declare function castTextValue(value: TextableValue): string; export {};