Skip to content

qjnz/re-export-override-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES6 Re-export override demo

Check the src/re-export folder and unit tests are in re-export.test.tsx.

The solution is from stackoverflow

import { theFunction } from './myOverrides'

export * from 'some-library'
export { theFunction }

Releases

No releases published

Packages

No packages published