1.3.3 • Published 8 months ago

futo-utils v1.3.3

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

Futo Design utils

Server-side utils for futo.design

Functions:

Logger

  1. Logger.info(...args: any[]);

  2. Logger.debug(...args: any[]);

  3. Logger.warn(...args: any[]);

  4. Logger.critial(...args: any[]);

assert

  1. limitNumber(num: any, min: number, max?: number);

  2. isAllString(...args: any);

  3. isAllUndefined(...args: any);

  4. isAllUndefinedObj(object: any);

  5. filterUndefined(object: any);

code

  1. code(code: CodeListEnum, args?: ArgsObject);

  2. extraCode

crypt

  1. crypt(password: string);

  2. validate(password: string, hash: string);

markdown

  1. markdown(markdown: string);

regexp

  1. regexp.uuid

  2. regexp.username

  3. regexp.password

  4. regexp.email

  5. regexp.telNum

  6. regexp.qq

  7. regexp.code

uuid

  1. uuid();
1.3.3

8 months ago

1.3.2

8 months ago

1.3.1

8 months ago

1.2.0

10 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.1.9

10 months ago

1.1.8

10 months ago

1.1.7

10 months ago

1.0.8

11 months ago

1.1.6

11 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.1.3

11 months ago

1.3.0

10 months ago

1.1.2

11 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago