UNPKG
typescript-generic-datastructures
Version:
latest (1.3.0)
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
github.com/emyann/typescript-generic-datastructures
emyann/typescript-generic-datastructures
typescript-generic-datastructures
/
dist
/
types
/
utilities
/
types.d.ts
2 lines
(1 loc)
•
70 B
TypeScript
View Raw
1
2
export
declare
type
ToStringCallback
<T =
any
> =
(
value
: T
) =>
string
;