1
0
mirror of https://gitea.com/gitea/act synced 2026-05-06 01:37:48 +02:00
Files
act/pkg/runner/testdata/actions/node20/node_modules/is-plain-object/is-plain-object.d.ts
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;