A lightweight JSON RPC client & server
Home > async-call-rpc > JSONEncoderOptions > replacer
A function that transforms the results.
Signature:
replacer?: ((this: any, key: string, value: any) => any) | undefined;