0.0.18 • Published 1 year ago

rigel-base v0.0.18

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

主要依赖

简单工具:

  • classNames: typeof classNames;
  • compose: (...funcs: Function[]) => Function;
  • executeSafe: (method: () => any, defaultValue?: any) => any;
  • format: (tplString: string, dataMap: Record<string, any>) => string;
  • getBrowserName: () => string;
  • getGuid: (operator: string | true) => string;
  • getNumberValue: (value: any, opts?: import("./getNumberValue").GetNumberValueOption) => number;
  • hashCode: (source: string) => number;
  • hashEncode: (source: string) => string;
  • isMatches: (handle: Function | RegExp | any[], params: any) => boolean;
  • observe: (object: any, keyName: string, callback: (prev: any, next: any) => void) => void;
  • parseParam: (query: string, options?: ParseOptions) => import("query-string").ParsedQuery;
  • parseUrl: (url: string, options?: ParseOptions) => import("query-string").ParsedUrl;
  • throwAsync: (error: string | Error) => void;
  • toParam: (queryParams: Record<string, any>, options?: import("./parseUrl").ParseOptions) => string;
  • toUrl: (url: string, queryParams: StringifiableRecord, options?: .ParseOptions) => string;
  • warning: (...messages: any[]) => void;
0.0.18

1 year ago

0.0.16

1 year ago

0.0.15

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.11

2 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago