A framework-agnostic, type-safe styling library for building component variants and design tokens, with first-class slots support. Inspired by `stitches`.
``` npm install fundata ``` ## 用法 ```javascript const Dota = require('fundata') let dota = new Dota('your_apikey', 'your_apisecret') let uri='/data-service/dota2/pro/league/ti/rank-player' let params = { limit: 15, page: 2 } dota.api(uri,params).