setup-oss/node_modules/is-plain-object/is-plain-object.d.ts
EnokMan a0ac4f99d2
Some checks failed
Setup ossutil / build (push) Failing after 25s
bump deps
2020-11-10 04:40:33 +00:00

2 lines
48 B
TypeScript

export function isPlainObject(o: any): boolean;