UNPKG

tgrid

Version:

Grid Computing Framework for TypeScript

4 lines (3 loc) 51 B
export interface IJsonable<T> { toJSON(): T; }