UNPKG

taggedjs

Version:

tagged template reactive html

3 lines (2 loc) 231 B
/** Checks if rendering cycle in process. Then creates object with "value" key and ability to "subscribe" to value changes */ export declare function array(initialValue?: any[]): import("./signal.function.js").SignalObject<any[]>;