petergits
this is the first checkin, probably don't need the node modules.
a811242
declare function isObject(x: unknown): x is object;
export = isObject;