mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-31 14:07:31 +00:00
Beginning React+Redux "Music Store" sample
This commit is contained in:
3
samples/react/MusicStore/ReactApp/isomorphic-fetch.d.ts
vendored
Normal file
3
samples/react/MusicStore/ReactApp/isomorphic-fetch.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
declare module 'isomorphic-fetch' {
|
||||
export default function fetch(url: string): Promise<any>;
|
||||
}
|
||||
Reference in New Issue
Block a user