Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

isPlainObject

function isPlainObject(o: any): o is Object;
§
isPlainObject(o: any): o is Object
[src]

§Parameters

§
o: any
[src]

§Return Type

§
o is Object
[src]