UNPKG
repond
Version:
latest (1.2.6)
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
0.17.5
0.17.4
0.17.3
0.17.2
0.17.1
0.17.0
0.16.0
0.15.1
0.15.0
0.14.3
0.14.2
0.14.1
0.14.0
0.13.0
0.12.0
0.11.2
0.11.1
0.10.9
0.10.8
0.10.7
0.10.6
0.10.5
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.3
0.9.2
0.9.1
respond to items state in realtime
github.com/HugoMcPhee/repond
HugoMcPhee/repond
repond
/
dist
/
usable
/
create.d.ts
3 lines
(2 loc)
•
245 B
TypeScript
View Raw
1
2
3
import
{
ItemTypeDefsUntyped
}
from
"../declarations"
;
export
declare
function
initRepond<T_ItemTypeDefs
extends
ItemTypeDefsUntyped
, T_StepNamesParam
extends
Readonly
<
string
[]>>(
itemTypeDefs
: T_ItemTypeDefs,
stepNames
: T_StepNamesParam):
void
;