first commit

This commit is contained in:
Wathanyu Phromma
2020-05-28 17:55:47 +07:00
commit 9f85844a4a
144 changed files with 24088 additions and 0 deletions

7
node_modules/axios/lib/core/README.md generated vendored Normal file
View File

@@ -0,0 +1,7 @@
# axios // core
The modules found in `core/` should be modules that are specific to the domain logic of axios. These modules would most likely not make sense to be consumed outside of the axios module, as their logic is too specific. Some examples of core modules are:
- Dispatching requests
- Managing interceptors
- Handling config