Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 903 Bytes

File metadata and controls

54 lines (30 loc) · 903 Bytes

@epicgames-ps/lib-pixelstreamingsignalling-ue5.5 / Utils

Module: Utils

Table of contents

Functions

Functions

beautify

beautify(obj): string

Circular reference save version of JSON.stringify with extra formatting.

Parameters

Name Type
obj any

Returns

string

Defined in

Utils.ts:13


stringify

stringify(obj): string

Cirular reference safe version of JSON.stringify

Parameters

Name Type
obj any

Returns

string

Defined in

Utils.ts:6