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