Packages
Comaintainers
40 packages
@molejs/data-table
@molejs/eslint-config-mole
MoleTeam ESLint 规则
@molejs/git-emoji-commit-hook
enjoy emoji
@molejs/global-helper
``` /** * 获取BSGlobal中值 */ getBSGlobal(key: string, defaultV?: any) { return BSGlobal[key] || defaultV; }, /** * 获取租户信息 */ getTenantInfo(key?: string) { return this.getBSGlobal(key || 'tenantInfo'); }, /** * 获取用户信息 */
@molejs/highlight-words-core
Utility functions shared by react-highlight-words and react-native-highlight-words
@molejs/mobile-downtime-notice
@molejs/mole-analysis-helper
@molejs/mole-components-rn
@molejs/mole-components-web
React组件库
@molejs/mole-core
The core lightweight library for mole, based on redux and redux-saga.