prettier/tests/break-calls/type_args.js

5 lines
148 B
JavaScript

const response = something.$http.get<ThingamabobService.DetailsData>(
`api/foo.ashx/foo-details/${myId}`,
{ cache: quux.httpCache, timeout }
);