File "RequireObjectCoercible.d.ts"

Full Path: C:/wamp64/www/Seleccion/node_modules/es-object-atoms/RequireObjectCoercible.d.ts
File size: 123 bytes
MIME-type: text/plain
Charset: utf-8

declare function RequireObjectCoercible<T extends {}>(value: T, optMessage?: string): T;

export = RequireObjectCoercible;