cstanton48


Charles H. Stanton
  • With a one char string as an argument it returns true if it is a digit else false

    published 1.0.4 a year ago
  • Returns true for all numeric characters, else false.

    published 1.0.3 a year ago
  • Filters out all non-digit characters from a string

    published 1.0.1 a year ago
  • Filters out all non-numeric characters from string

    published 2.0.2 a year ago
  • Returns true is argument is digit, comma or hyphen, else false.

    published 1.0.1 a year ago
  • Accepts string or number, returns string with markers at thousands place

    published 2.0.1 a year ago
  • Can format number with prefix and/or suffix and optionally markers at thousands places.

    published 1.0.3 a year ago
  • An ES6 module that deals only with dates, no time or time zone considerations.

    published 1.0.0 a year ago
  • A CommonJS module that generates and tests for a unique identifier.

    published 1.0.0 a year ago
  • A CommonJs module called to record errors and users logging in and out. This module requires one other "module". It is built into the Node package and does not need to be installed by npm or yarn. Also the logger needs to know where to write the log files

    published 2.0.1 a year ago
  • A CommonJS module designed for a specific API convention. I takes calls from hapi routes or a custom DB interface to report errors/exceptions by converting them into a Boom error, sending relevant information to a logging module, @cstan/api-logger, then s

    published 1.0.0 a year ago