Newer
Older
alert / js / node_modules / is-plain-object / index.d.ts
@Réz István Réz István on 18 Nov 2021 110 bytes first commit
export = isPlainObject;

declare function isPlainObject(o: any): boolean;

declare namespace isPlainObject {}