UNPKG
typed-patterns
Version:
latest (0.2.11)
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Basic design patterns
github.com/kol-93/typed-patterns
kol-93/typed-patterns
typed-patterns
/
lib
/
util
/
next.tick.d.ts
3 lines
•
211 B
TypeScript
View Raw
1
2
3
import
{
TypedFunction
}
from
'./typed.function'
;
export
declare
function
nextTick<
Args
extends
any
[],
Result
>(
operator
:
TypedFunction
<
Args
,
Result
>, ...
args
:
Args
):
void
;
//# sourceMappingURL=next.tick.d.ts.map