0.2.4 • Published 3 years ago
@darthrommy/fetches v0.2.4
@darthrommy/fetches
Code of conduct
src/core/**
Must be exported to src/index.ts. You must define only methods related to typedFetch function and other small fetch utils inside this directory.
src/xxx/**
Must be exported to src/xxx.ts. Any functions that wrap core methods (e.g. typedFetch) in src/core directory must be defined inside this directory.