- 16K minified (using webpack, browser target)
- UMD Module 40K
du -sh -I "*.d.ts" lib - Browser Module 36K
du -sh -I "*.d.ts" browser
importDevRantAPIfrom"ts-devrant";DevRantAPI.updateConfig({api: "https://my-super-secret-api.io/",});Endpoint not available, or not documented? Make a custom request!
importDevRantAPIfrom'ts-devrant'DevRantAPI.request('secret-endpoint',{myBody: true},{header: {
x-new-header: "secret"}})
