DefinitelyTyped/types/inspectlet-es/inspectlet-es-tests.ts

5 lines
149 B
TypeScript

import insp, { install } from 'inspectlet-es';
install(12345678); // $ExpectType void
insp(['identify', "john@example.com"]); // $ExpectType number