-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
index.tsshould reexport as namespaces:export * as remoteData from './remote-datainstead of unnamed exports.index.tsshould reexportremote-data-tas well
This will enable whole-module autoimports from IDE (i.e.import { remoteData } from '@devexperts/remote-data-ts')
Reactions are currently unavailable