├── .gitignore ├── README.md ├── package.json ├── src └── index.ts ├── tsconfig.cjs.json └── tsconfig.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crisfole/react-use-svelte-store/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crisfole/react-use-svelte-store/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crisfole/react-use-svelte-store/HEAD/package.json -------------------------------------------------------------------------------- /src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crisfole/react-use-svelte-store/HEAD/src/index.ts -------------------------------------------------------------------------------- /tsconfig.cjs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crisfole/react-use-svelte-store/HEAD/tsconfig.cjs.json -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crisfole/react-use-svelte-store/HEAD/tsconfig.json --------------------------------------------------------------------------------