Type Parameters
- T extends { [k in string | number | symbol]?: string | null }
- K extends string | number | symbol
Returns (this: T, bigint: bigint | Extract<T[K], null | undefined>) => void
A function that sets the BigInt argument into the string property
Transforms a BigInt to a string (action).