UNPKG

typescript-generic-datastructures

Version:
2 lines (1 loc) 70 B
export declare type ToStringCallback<T = any> = (value: T) => string;