mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-27 20:17:30 +00:00
Move framework stuff into 'fx' folder
This commit is contained in:
3
samples/react/MusicStore/ReactApp/fx/isomorphic-fetch.d.ts
vendored
Normal file
3
samples/react/MusicStore/ReactApp/fx/isomorphic-fetch.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
declare module 'isomorphic-fetch' {
|
||||
export default function fetch(url: string, opts: any): Promise<any>;
|
||||
}
|
||||
Reference in New Issue
Block a user