mcp-jokes / node_modules /es-object-atoms /RequireObjectCoercible.d.ts
petergits
this is the first checkin, probably don't need the node modules.
a811242
declare function RequireObjectCoercible<T extends {}>(value: T, optMessage?: string): T;
export = RequireObjectCoercible;