0.1.3 • Published 5 years ago

docimax v0.1.3

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

DOCIMAX

This package is a helper for docimax.common.query.client application.

InputConvertor

Methods

  1. inferOperation (value: string, type: InputType): string { /**/ }

  2. formatValue ( operation: string, content: string, values: string): { content: string; values: string } { **/ }

  3. extensionDateInput(operator: string, content: string): { operator: string; value: string }[] { **/ }

Utility

Methods

  1. deepCopy(content: object): object { /**/ }

  2. now(): string { /**/ }

  3. getDateString(d: Date): string { /**/ }

  4. saveBlobAs(blob: any, fileName: string): void { /**/ }

Version log

0.1.3

  • FIX BUG: when inputConvertor.formatValue method get '-' operator, it was clear pass content and values.
  • TEST: to replenish inputConvertor.formatValue mehthod test function.
0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago