Created
May 18, 2022 22:52
-
-
Save lucasraziel/33c570039ac79098c4baa2b3a5a87b43 to your computer and use it in GitHub Desktop.
index.ts cache-template Usando NPM Package para criar uma Arquitetura Limpa - Parte 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Data from './dto/data'; | |
import SaveOptions from './dto/saveOptions'; | |
import CacheTemplate from './template/CacheTemplate'; | |
import FakeCacheProvider from './fake/FakeCacheProvider'; | |
export { Data, CacheTemplate, FakeCacheProvider, SaveOptions }; | |
export default CacheTemplate; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment