UNPKG

@sergdudko/objectstream

Version:

Creates a stream to convert json from string or convert json to string.

4 lines (3 loc) 73 B
export interface UniversalGenericFunction { (...args: any[]): any; }