Files
Oliver Bell 935e37c25b feat: support node20 runtime (#1988)
* feat: support node20

* fix

* more fixes

* maybe final fixes?

* format
2023-09-15 02:24:46 +00:00

2 lines
48 B
TypeScript

export function isPlainObject(o: any): boolean;