0.0.18 • Published 1 month ago

rigel-base v0.0.18

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month 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 month ago

0.0.16

2 months ago

0.0.15

6 months ago

0.0.12

10 months ago

0.0.13

9 months ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.1

2 years ago