BeefreeSDK / beefree-sdk-npm-official

Official NPM package of Beefree SDK
https://developers.beefree.io
Apache License 2.0
19 stars 7 forks source link

Fix/types #152

Closed efrem-bonfiglio closed 2 months ago

github-actions[bot] commented 2 months ago

Code Coverage Report

Coverage after merging fix/types into master

81.94%
Coverage Report
FileBranchesFuncsLinesUncovered Lines
src
   index.ts60%5.88%57.95%..., 85, 95, 96, 99
src/services
   api.ts100%50%100%
   axios.ts100%100%100%
src/types
   bee.ts100%100%100%
src/utils
   Constants.ts100%100%100%
   utils.ts0%0%73.33%..., 8, 8, 8, 8
susan88323 commented 2 months ago

Can we also make fontWeightoptional?

export type BeePluginFont = {
  name: string
  fontFamily: string
  url?: string
  fontWeight?: Record<number, string>
}