1.0.12 • Published 3 months ago

circle-utils v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Circle Interface And Hook

Circle 阅读助手组件库,用于快速开发插件

安装

npm install circle-cts

使用

类型

import { App, Plugin } from 'circle-cts';

React Hooks

import {
  useApp,
  useNode,
  useOption,
  AppContext
} from 'circle-cts';

辅助函数

import {
  isType,
  isObject,
  isNumber,
  isString,
  isBoolean,
  isFunction,
  isUndefined,
  isAsyncFunction
} from 'circle-cts';
1.0.12

3 months ago

1.0.11

4 months ago

1.0.10

6 months ago

1.0.9

7 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

12 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago