I have httpClient
with methods in prototype like get, post, put
etc. And it's working and visible in this file:
And i export it:
But if i try to import this in another file import httpClient from './httpClient'
, i dont see prototype methods:
How to import it with visible methods for this module?