Exposing it both ways means that if there is also export const B = 'B' , the module consumer can write import { A, B} from './a' rather than ...
確定! 回上一頁