(...props: string[])
| 111 | |
| 112 | readonly allowedErrorProps: string[] = []; |
| 113 | allowErrorProps(...props: string[]) { |
| 114 | this.allowedErrorProps.push(...props); |
| 115 | } |
| 116 | |
| 117 | private static defaultInstance = new SuperJSON(); |
| 118 | static serialize = SuperJSON.defaultInstance.serialize.bind( |