UNPKG

@gameye/sdk

Version:
7 lines (6 loc) 251 B
/// <reference types="node" /> import * as stream from "stream"; export declare class FromJSONTransform extends stream.Transform { constructor(); _transform(chunk: any, encoding: string, callback: (error?: Error, data?: any) => void): void; }