remote-data-ts icon indicating copy to clipboard operation
remote-data-ts copied to clipboard

Update index exports

Open raveclassic opened this issue 4 years ago • 1 comments

  • index.ts should reexport as namespaces: export * as remoteData from './remote-data instead of unnamed exports.
  • index.ts should reexport remote-data-t as well This will enable whole-module autoimports from IDE (i.e. import { remoteData } from '@devexperts/remote-data-ts')

raveclassic avatar Mar 17 '20 12:03 raveclassic

#69

Sky161 avatar Sep 10 '21 11:09 Sky161