common-stuff
    Preparing search index...

      common-stuff

      Type Aliases

      Primitive

      Functions

      base64Decode
      base64Encode
      formatBytes
      generateCookie
      generateUUID
      getExtension
      getFileParts
      getMimeType
      hashCode
      isMap
      isSet
      outdent
      parseSize
      randomString
      toAsyncIterable
      tryCatch
      urlToRelative

      Array

      chunk
      compact
      countBy
      deduplicate
      deduplicateBy
      difference
      findIndex
      flatten
      generateRange
      groupBy
      includesAll
      includesAny
      indexBy
      intersection
      sortBy
      sortByCb
      union

      Async

      TimeoutError
      Cancellable
      debounce
      delay
      pLimit
      pSeries
      retry
      throttle
      timeout

      Cache

      Cached
      cache

      FP

      __
      compose
      curry
      pipe

      Guard

      assertNotError
      ensureArray
      ensureError
      hasKeys
      isArray
      isAsyncIterable
      isBoolean
      isDate
      isEmpty
      isError
      isFunction
      isInteger
      isIterable
      isNot
      isNull
      isNullOrUndefined
      isNumber
      isPlainObject
      isPromise
      isRegExp
      isString
      isUndefined

      Http

      HttpError
      HttpStatusCodes
      HttpStatusReasons
      decodeHtml
      encodeHtml
      generateQueryString
      parseCookies
      parseQueryString

      Iterable

      drop
      dropWhile
      every
      filter
      find
      flatMap
      forEach
      map
      partition
      reduce
      size
      some
      take
      takeWhile
      toArray
      zip

      Logging

      Logger
      createDummyLogger

      Number

      toFloat
      toInt

      Object

      MergeOptions
      clone
      convertToNested
      filterRecord
      flatMapRecord
      getByKey
      isEqual
      mapRecord
      merge
      omit
      pick

      Random

      randomChoice
      randomChoices
      randomInt
      shuffle

      String

      asciiLetters
      asciiLowercase
      asciiUppercase
      digits
      hexdigits
      octdigits
      punctuation
      camelCase
      escapeRegex
      extractWords
      isLetter
      kebabCase
      pascalCase
      slugify
      snakeCase
      stripAccents
      titleCase
      truncate