UNPKG

taggedjs

Version:

tagged template reactive html

6 lines (5 loc) 289 B
import type { StringTag } from './StringTag.type.js'; import { AnySupport } from './index.js'; export declare function isLikeTags(newSupport: AnySupport | StringTag, // new oldSupport: AnySupport): boolean; export declare function isLikeValueSets(values0: any[], values1: any[]): boolean;