3.4.0 • Published 3 years ago

@skypilot/sugarbowl v3.4.0

Weekly downloads
545
License
ISC
Repository
github
Last release
3 years ago

@skypilot/sugarbowl

A collection of typed convenience functions for JavaScript & TypeScript.

All functions are typed, and it is expected that they will be used only in type-checked code. This keeps the functions lightweight: they do not carry the overhead of checking argument types or handling type coercion.

Array functions

  • flatten
  • pickRandomItems
  • shuffle
  • toUniqueArray

Date & time functions

  • isValidDate
  • sleep

Filesystem functions

  • readPackageFile

Higher-order functions

  • curry(fnToCurry: Function, ...args: any[]): Function
  • extendFunction(fnToExtend: Function, ...extendingFns: Function[]): Function
  • toMapFunction(...itemFns: Function[]): Function

Number functions

  • isInteger(value: any): boolean

Object functions

  • getOrDefault(obj: object, key: string, default: any)
  • isObject(value: any): boolean
  • swapKeysAndValues(obj: object): object

String functions

String.prototype wrappers

  • padEnd
  • padStart
  • toLowerCase
  • toUpperCase
  • trim
  • trimLeft
  • trimRight
4.0.0-next.9

3 years ago

4.0.0-next.8

3 years ago

4.0.0-next.7

3 years ago

4.0.0-next.6

3 years ago

4.0.0-alpha.28

3 years ago

4.0.0-next.5

3 years ago

4.0.0-next.4

3 years ago

4.0.0-next.3

3 years ago

4.0.0-next.2

3 years ago

4.0.0-alpha.27

3 years ago

4.0.0-alpha.26

3 years ago

4.0.0-alpha.25

3 years ago

4.0.0-alpha.24

3 years ago

4.0.0-alpha.23

3 years ago

4.0.0-alpha.22

3 years ago

4.0.0-alpha.21

3 years ago

4.0.0-alpha.20

3 years ago

4.0.0-alpha.19

3 years ago

4.0.0-alpha.18

3 years ago

4.0.0-alpha.17

3 years ago

4.0.0-alpha.16

3 years ago

4.0.0-alpha.15

3 years ago

4.0.0-alpha.14

3 years ago

4.0.0-alpha.13

3 years ago

4.0.0-alpha.12

3 years ago

4.0.0-alpha.11

3 years ago

4.0.0-alpha.10

3 years ago

4.0.0-alpha.9

3 years ago

4.0.0-alpha.8

3 years ago

4.0.0-alpha.7

3 years ago

4.0.0-next.1

3 years ago

4.0.0-alpha.6

3 years ago

4.0.0-next.0

3 years ago

4.0.0-alpha.5

3 years ago

4.0.0-alpha.4

3 years ago

4.0.0-alpha.3

3 years ago

4.0.0-alpha.1

3 years ago

4.0.0-alpha.2

3 years ago

4.0.0-alpha.0

3 years ago

3.5.0-alpha.3

3 years ago

3.5.0-alpha.2

3 years ago

3.5.0-alpha.1

3 years ago

3.5.0-alpha.0

3 years ago

3.4.0-alpha.0

3 years ago

3.4.0-next.7

3 years ago

3.4.0-next.6

3 years ago

3.4.0

3 years ago

3.4.0-next.5

3 years ago

3.4.0-next.4

3 years ago

3.4.0-next.3

3 years ago

3.4.0-next.2

3 years ago

3.4.0-next.1

3 years ago

3.4.0-next.0

3 years ago

3.3.1-next.0

3 years ago

3.3.0-next.1

3 years ago

3.3.0-next.2

3 years ago

3.3.0-next.3

3 years ago

3.3.0-next.4

3 years ago

3.3.0-next.5

3 years ago

3.3.0

3 years ago

3.3.0-next.0

3 years ago

3.2.0

3 years ago

3.2.0-next.0

3 years ago

3.1.0-next.0

3 years ago

3.1.0

3 years ago

3.0.0-alpha.3

3 years ago

3.0.0-alpha.5

3 years ago

3.0.0-alpha.4

3 years ago

3.0.0-next.0

3 years ago

3.0.0

3 years ago

3.0.0-alpha.2

3 years ago

3.0.0-alpha.1

3 years ago

3.0.0-alpha.0

3 years ago

2.2.1-alpha.0

3 years ago

2.2.1-next.0

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.2.0-next.0

3 years ago

2.1.1-next.0

3 years ago

2.1.0

3 years ago

2.1.0-next.0

3 years ago

2.0.0

3 years ago

2.0.0-next.1

3 years ago

2.0.0-next.0

3 years ago

1.24.4

3 years ago

1.24.4-next.0

3 years ago

1.24.3

3 years ago

1.24.3-next.4

3 years ago

1.24.3-next.3

3 years ago

1.24.3-next.2

3 years ago

1.24.3-next.1

3 years ago

1.24.3-next.0

3 years ago

1.24.2

4 years ago

1.24.2-next.1

4 years ago

1.24.2-next.0

4 years ago

1.25.0-alpha.0

4 years ago

1.24.1

4 years ago

1.24.1-next.0

4 years ago

1.24.0-next.2

4 years ago

1.24.0-next.3

4 years ago

1.24.0

4 years ago

1.24.0-next.0

4 years ago

1.24.0-next.1

4 years ago

1.23.0

4 years ago

1.23.0-next.0

4 years ago

1.22.0

4 years ago

1.22.0-next.0

4 years ago

1.21.0

4 years ago

1.21.0-next.0

4 years ago

1.20.1

4 years ago

1.20.1-next.0

4 years ago

1.20.0

4 years ago

1.20.0-next.0

4 years ago

1.19.0

4 years ago

1.19.0-next.1

4 years ago

1.19.0-alpha.2

4 years ago

1.19.0-alpha.1

4 years ago

1.19.0-alpha.0

4 years ago

1.19.0-next.0

4 years ago

1.18.0

4 years ago

1.18.0-next.1

4 years ago

1.18.0-next.0

4 years ago

1.17.0

4 years ago

1.17.0-next.1

4 years ago

1.17.0-alpha.1

4 years ago

1.17.0-alpha.0

4 years ago

1.17.0-next.0

4 years ago

1.16.0

4 years ago

1.16.0-next.0

4 years ago

1.16.0-next.1

4 years ago

1.15.2

4 years ago

1.15.2-next.0

4 years ago

1.15.1

4 years ago

1.15.1-next.0

4 years ago

1.14.0

4 years ago

1.14.0-next.0

4 years ago

1.15.0

4 years ago

1.15.0-next.0

4 years ago

1.13.1

4 years ago

1.13.1-next.0

4 years ago

1.13.0

4 years ago

1.13.0-next.0

4 years ago

1.12.1

4 years ago

1.12.1-next.0

4 years ago

1.12.0

4 years ago

1.11.0

4 years ago

1.12.0-next.0

4 years ago

1.11.0-next.0

4 years ago

1.10.1

4 years ago

1.10.1-next.0

4 years ago

1.10.0-next.0

4 years ago

1.10.0

4 years ago

1.9.0

4 years ago

1.9.0-next.0

4 years ago

1.8.0

4 years ago

1.8.0-next.0

4 years ago

1.7.1

4 years ago

1.7.1-next.0

4 years ago

1.7.0-next.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.6.0-next.0

4 years ago

1.5.2-next.1

4 years ago

1.5.2-next.0

4 years ago

1.5.2

4 years ago

1.5.1

4 years ago

1.5.1-next.0

4 years ago

1.5.0

4 years ago

1.5.0-next.0

4 years ago

1.4.5-beta.0

4 years ago

1.4.2-next.0

4 years ago

1.4.4

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.4-next.0

4 years ago

1.3.2

4 years ago

1.4.0-next.1

4 years ago

1.4.0-next.0

4 years ago

1.4.1-edge

4 years ago

1.4.0-edge

4 years ago

1.3.1

4 years ago

1.3.0-beta

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.1-beta

4 years ago

1.0.1

4 years ago

1.1.0-beta

4 years ago

1.0.0

4 years ago

0.12.1

4 years ago

0.12.0

4 years ago

0.11.0

4 years ago

0.10.9

4 years ago

0.10.7

4 years ago

0.10.8

4 years ago

0.10.6

4 years ago

0.10.5

4 years ago

0.10.3

5 years ago

0.10.2

5 years ago

0.10.0

5 years ago

0.8.0

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.4

5 years ago

0.6.3

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago