async-call-rpc

A lightweight JSON RPC client & server

Home > async-call-rpc > JSONEncoderOptions > replacer

JSONEncoderOptions.replacer property

A function that transforms the results.

Signature:

replacer?: ((this: any, key: string, value: any) => any) | undefined;