diff --git a/classes/intended-rollback_src_errors.IntendedRollback.html b/classes/intended-rollback_src_errors.IntendedRollback.html index fc1e32f..65e30b2 100644 --- a/classes/intended-rollback_src_errors.IntendedRollback.html +++ b/classes/intended-rollback_src_errors.IntendedRollback.html @@ -1,6 +1,6 @@ IntendedRollback | @kitsuyui/ts-playground

IntendedRollback as an error Error is needed for jumping to the catch block

-

Hierarchy

  • Error
    • IntendedRollback

Constructors

Hierarchy

  • Error
    • IntendedRollback

Constructors

Properties

Methods

Constructors

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

Optional override for formatting stack traces

+

Constructors

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

Optional override for formatting stack traces

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void

diff --git a/classes/intended-rollback_src_errors.Unreachable.html b/classes/intended-rollback_src_errors.Unreachable.html index 1e227f2..ab3d888 100644 --- a/classes/intended-rollback_src_errors.Unreachable.html +++ b/classes/intended-rollback_src_errors.Unreachable.html @@ -1,5 +1,5 @@ Unreachable | @kitsuyui/ts-playground

Unreachable error

-

Hierarchy

  • Error
    • Unreachable

Constructors

Hierarchy

  • Error
    • Unreachable

Constructors

Properties

Methods

Constructors

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

Optional override for formatting stack traces

+

Constructors

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

Optional override for formatting stack traces

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void

diff --git a/functions/hello_src.hello.html b/functions/hello_src.hello.html index 384e698..a6d86ee 100644 --- a/functions/hello_src.hello.html +++ b/functions/hello_src.hello.html @@ -1,3 +1,3 @@ hello | @kitsuyui/ts-playground
+
diff --git a/functions/hello_src.printHello.html b/functions/hello_src.printHello.html index 2559998..63c157c 100644 --- a/functions/hello_src.printHello.html +++ b/functions/hello_src.printHello.html @@ -1,2 +1,2 @@ printHello | @kitsuyui/ts-playground
+

Returns void

diff --git a/functions/incremental-color-palette_src_bitReversalPermutation.bitReversalIndex.html b/functions/incremental-color-palette_src_bitReversalPermutation.bitReversalIndex.html index 93ecc23..72e69ca 100644 --- a/functions/incremental-color-palette_src_bitReversalPermutation.bitReversalIndex.html +++ b/functions/incremental-color-palette_src_bitReversalPermutation.bitReversalIndex.html @@ -1,2 +1,2 @@ bitReversalIndex | @kitsuyui/ts-playground
+
  • index: number
  • Returns number

    diff --git a/functions/incremental-color-palette_src_circularPut.a_n.html b/functions/incremental-color-palette_src_circularPut.a_n.html index 5feddb3..d7435df 100644 --- a/functions/incremental-color-palette_src_circularPut.a_n.html +++ b/functions/incremental-color-palette_src_circularPut.a_n.html @@ -1 +1 @@ -a_n | @kitsuyui/ts-playground
    +a_n | @kitsuyui/ts-playground
    diff --git a/functions/incremental-color-palette_src_circularPut.findGroupNumberAndIndex.html b/functions/incremental-color-palette_src_circularPut.findGroupNumberAndIndex.html index fedc075..65944bc 100644 --- a/functions/incremental-color-palette_src_circularPut.findGroupNumberAndIndex.html +++ b/functions/incremental-color-palette_src_circularPut.findGroupNumberAndIndex.html @@ -1,2 +1,2 @@ findGroupNumberAndIndex | @kitsuyui/ts-playground

    Find group number and index within group.

    -
    +
    diff --git a/functions/incremental-color-palette_src_circularPut.uintToRadians.html b/functions/incremental-color-palette_src_circularPut.uintToRadians.html index 1c85d87..1cd8dad 100644 --- a/functions/incremental-color-palette_src_circularPut.uintToRadians.html +++ b/functions/incremental-color-palette_src_circularPut.uintToRadians.html @@ -1,2 +1,2 @@ uintToRadians | @kitsuyui/ts-playground

    Convert a given number to a radian value.

    -
    +
    diff --git a/functions/incremental-color-palette_src_colorPalette.uintToBrightness.html b/functions/incremental-color-palette_src_colorPalette.uintToBrightness.html index 7fdefaa..4215bee 100644 --- a/functions/incremental-color-palette_src_colorPalette.uintToBrightness.html +++ b/functions/incremental-color-palette_src_colorPalette.uintToBrightness.html @@ -1,2 +1,2 @@ uintToBrightness | @kitsuyui/ts-playground

    Convert a given number to a brightness value in this color palette.

    -
    +
    diff --git a/functions/incremental-color-palette_src_colorPalette.uintToHSV.html b/functions/incremental-color-palette_src_colorPalette.uintToHSV.html index dbfe629..15d69da 100644 --- a/functions/incremental-color-palette_src_colorPalette.uintToHSV.html +++ b/functions/incremental-color-palette_src_colorPalette.uintToHSV.html @@ -1 +1 @@ -uintToHSV | @kitsuyui/ts-playground
    +uintToHSV | @kitsuyui/ts-playground
    diff --git a/functions/incremental-color-palette_src_colorPalette.uintToRGB.html b/functions/incremental-color-palette_src_colorPalette.uintToRGB.html index 9204502..a973301 100644 --- a/functions/incremental-color-palette_src_colorPalette.uintToRGB.html +++ b/functions/incremental-color-palette_src_colorPalette.uintToRGB.html @@ -1 +1 @@ -uintToRGB | @kitsuyui/ts-playground
    +uintToRGB | @kitsuyui/ts-playground
    diff --git a/functions/incremental-color-palette_src_colorPalette.uintToSatuation.html b/functions/incremental-color-palette_src_colorPalette.uintToSatuation.html index 182153f..2d4e454 100644 --- a/functions/incremental-color-palette_src_colorPalette.uintToSatuation.html +++ b/functions/incremental-color-palette_src_colorPalette.uintToSatuation.html @@ -1,2 +1,2 @@ uintToSatuation | @kitsuyui/ts-playground

    Convert a given number to a saturation value in this color palette.

    -
    +
    diff --git a/functions/incremental-color-palette_src_colorPalette.waveInRange.html b/functions/incremental-color-palette_src_colorPalette.waveInRange.html index a42c8bc..187d740 100644 --- a/functions/incremental-color-palette_src_colorPalette.waveInRange.html +++ b/functions/incremental-color-palette_src_colorPalette.waveInRange.html @@ -1,3 +1,3 @@ waveInRange | @kitsuyui/ts-playground

    Return a value between min and max by using sin wave.

    +
    diff --git a/functions/incremental-color-palette_src_grayCode.grayCodeToUint.html b/functions/incremental-color-palette_src_grayCode.grayCodeToUint.html index 1381bc5..a873387 100644 --- a/functions/incremental-color-palette_src_grayCode.grayCodeToUint.html +++ b/functions/incremental-color-palette_src_grayCode.grayCodeToUint.html @@ -1,2 +1,2 @@ grayCodeToUint | @kitsuyui/ts-playground

    Convert a given gray code to a number.

    -
    +
    diff --git a/functions/incremental-color-palette_src_grayCode.uintToGrayCode.html b/functions/incremental-color-palette_src_grayCode.uintToGrayCode.html index dc47766..5629090 100644 --- a/functions/incremental-color-palette_src_grayCode.uintToGrayCode.html +++ b/functions/incremental-color-palette_src_grayCode.uintToGrayCode.html @@ -1,2 +1,2 @@ uintToGrayCode | @kitsuyui/ts-playground

    Convert a given number to a gray code.

    -
    +
    diff --git a/functions/incremental-color-palette_src_hsv.hsvToRgb.html b/functions/incremental-color-palette_src_hsv.hsvToRgb.html index 1f426bc..3fce6df 100644 --- a/functions/incremental-color-palette_src_hsv.hsvToRgb.html +++ b/functions/incremental-color-palette_src_hsv.hsvToRgb.html @@ -2,4 +2,4 @@
    +

    Returns RGB0to256

    diff --git a/functions/intended-rollback_src_base.wrapWithRollback.html b/functions/intended-rollback_src_base.wrapWithRollback.html index 63514fa..77e7ec7 100644 --- a/functions/intended-rollback_src_base.wrapWithRollback.html +++ b/functions/intended-rollback_src_base.wrapWithRollback.html @@ -1,4 +1,4 @@ wrapWithRollback | @kitsuyui/ts-playground

    Perform intended rollback (used when you want to rollback without actually changing data, such as in tests)

    +
    diff --git a/functions/luxon-ext_src.toHumanDurationExtended.html b/functions/luxon-ext_src.toHumanDurationExtended.html index 6cab686..ac5a294 100644 --- a/functions/luxon-ext_src.toHumanDurationExtended.html +++ b/functions/luxon-ext_src.toHumanDurationExtended.html @@ -1 +1 @@ -toHumanDurationExtended | @kitsuyui/ts-playground
    • Parameters

      • duration: Duration<boolean>
      • Optionalopts: ExtendedToHumanDurationOptions

      Returns string

    +toHumanDurationExtended | @kitsuyui/ts-playground
    • Parameters

      • duration: Duration<boolean>
      • Optionalopts: ExtendedToHumanDurationOptions

      Returns string

    diff --git a/functions/luxon-ext_src.toHumanDurationWithDiff.html b/functions/luxon-ext_src.toHumanDurationWithDiff.html index 7fb7a50..f70d403 100644 --- a/functions/luxon-ext_src.toHumanDurationWithDiff.html +++ b/functions/luxon-ext_src.toHumanDurationWithDiff.html @@ -1,2 +1,2 @@ toHumanDurationWithDiff | @kitsuyui/ts-playground

    Convert the duration between two DateTimes to a human readable format

    -
    • Parameters

      • begin: DateTime<boolean>
      • end: DateTime<boolean>
      • Optionalopts: TemporalToHumanDurationOptions

      Returns string

    +
    diff --git a/functions/luxon-ext_src.toHumanDurationWithTemporal.html b/functions/luxon-ext_src.toHumanDurationWithTemporal.html index b4d2ce4..c8e5765 100644 --- a/functions/luxon-ext_src.toHumanDurationWithTemporal.html +++ b/functions/luxon-ext_src.toHumanDurationWithTemporal.html @@ -1 +1 @@ -toHumanDurationWithTemporal | @kitsuyui/ts-playground
    • Parameters

      • duration: Duration<boolean>
      • temporal: Temporal
      • Optionalopts: TemporalToHumanDurationOptions

      Returns string

    +toHumanDurationWithTemporal | @kitsuyui/ts-playground
    • Parameters

      • duration: Duration<boolean>
      • temporal: Temporal
      • Optionalopts: TemporalToHumanDurationOptions

      Returns string

    diff --git a/functions/mymath_src.logFnOfBase.html b/functions/mymath_src.logFnOfBase.html index 3ec7379..2413021 100644 --- a/functions/mymath_src.logFnOfBase.html +++ b/functions/mymath_src.logFnOfBase.html @@ -1,4 +1,4 @@ logFnOfBase | @kitsuyui/ts-playground

    Returns a function that computes the logarithm of a number with a specified base

    • Parameters

      • base: number

        base of the logarithm

      Returns NumberToNumberFunction

      a function that computes the logarithm of a number with the specified base

      -
    +
    diff --git a/functions/mymath_src.logOfBase.html b/functions/mymath_src.logOfBase.html index 1bffac2..b0c069b 100644 --- a/functions/mymath_src.logOfBase.html +++ b/functions/mymath_src.logOfBase.html @@ -1,4 +1,4 @@ logOfBase | @kitsuyui/ts-playground

    Returns the logarithm of a number with a specified base

    • Parameters

      • base: number

        base of the logarithm

      • x: number

      Returns number

      the logarithm of x with the specified base

      -
    +
    diff --git a/functions/mymath_src.sigmoid.html b/functions/mymath_src.sigmoid.html index 1e79b0e..22bf39f 100644 --- a/functions/mymath_src.sigmoid.html +++ b/functions/mymath_src.sigmoid.html @@ -1,4 +1,4 @@ sigmoid | @kitsuyui/ts-playground

    Sigmoid function

    +
    diff --git a/functions/string_src.convertCase.html b/functions/string_src.convertCase.html index 9bb01e0..ee58c40 100644 --- a/functions/string_src.convertCase.html +++ b/functions/string_src.convertCase.html @@ -1 +1 @@ -convertCase | @kitsuyui/ts-playground
    • Parameters

      • text: string
      • toCase:
            | "kebab-case"
            | "snake_case"
            | "space separated"
            | "camelCase"
            | "UpperCamelCase"
            | "lowerCamelCase"
            | "PascalCase"
            | "lowerPascalCase"
            | "SCREAMING_SNAKE_CASE"
            | "MACRO_CASE"
            | "Train-Case"
            | "dot.separated"
            | "flatcase"
            | "ALL CAPS"

      Returns string

    +convertCase | @kitsuyui/ts-playground
    • Parameters

      • text: string
      • toCase:
            | "kebab-case"
            | "snake_case"
            | "space separated"
            | "camelCase"
            | "UpperCamelCase"
            | "lowerCamelCase"
            | "PascalCase"
            | "lowerPascalCase"
            | "SCREAMING_SNAKE_CASE"
            | "MACRO_CASE"
            | "Train-Case"
            | "dot.separated"
            | "flatcase"
            | "ALL CAPS"

      Returns string

    diff --git a/interfaces/incremental-color-palette_src_types.WaveParameter.html b/interfaces/incremental-color-palette_src_types.WaveParameter.html index cc397cb..10d9ecc 100644 --- a/interfaces/incremental-color-palette_src_types.WaveParameter.html +++ b/interfaces/incremental-color-palette_src_types.WaveParameter.html @@ -1,4 +1,4 @@ -WaveParameter | @kitsuyui/ts-playground
    interface WaveParameter {
        frequency: number;
        phase: number;
        range: Range0to1;
    }

    Properties

    frequency +WaveParameter | @kitsuyui/ts-playground
    interface WaveParameter {
        frequency: number;
        phase: number;
        range: Range0to1;
    }

    Properties

    Properties

    frequency: number
    phase: number
    range: Range0to1
    +

    Properties

    frequency: number
    phase: number
    range: Range0to1
    diff --git a/types/incremental-color-palette_src_types.HSV0to1.html b/types/incremental-color-palette_src_types.HSV0to1.html index f3ba308..0006bea 100644 --- a/types/incremental-color-palette_src_types.HSV0to1.html +++ b/types/incremental-color-palette_src_types.HSV0to1.html @@ -1 +1 @@ -HSV0to1 | @kitsuyui/ts-playground
    +HSV0to1 | @kitsuyui/ts-playground
    diff --git a/types/incremental-color-palette_src_types.RGB0to1.html b/types/incremental-color-palette_src_types.RGB0to1.html index 41d9fd2..4bfdc31 100644 --- a/types/incremental-color-palette_src_types.RGB0to1.html +++ b/types/incremental-color-palette_src_types.RGB0to1.html @@ -1 +1 @@ -RGB0to1 | @kitsuyui/ts-playground
    +RGB0to1 | @kitsuyui/ts-playground
    diff --git a/types/incremental-color-palette_src_types.RGB0to256.html b/types/incremental-color-palette_src_types.RGB0to256.html index 804a6c4..6b202d7 100644 --- a/types/incremental-color-palette_src_types.RGB0to256.html +++ b/types/incremental-color-palette_src_types.RGB0to256.html @@ -1 +1 @@ -RGB0to256 | @kitsuyui/ts-playground
    +RGB0to256 | @kitsuyui/ts-playground
    diff --git a/types/incremental-color-palette_src_types.Range0to1.html b/types/incremental-color-palette_src_types.Range0to1.html index 09c1b83..c01f6ee 100644 --- a/types/incremental-color-palette_src_types.Range0to1.html +++ b/types/incremental-color-palette_src_types.Range0to1.html @@ -1 +1 @@ -Range0to1 | @kitsuyui/ts-playground
    Range0to1: [number0to1, number0to1]
    +Range0to1 | @kitsuyui/ts-playground
    Range0to1: [number0to1, number0to1]
    diff --git a/types/incremental-color-palette_src_types.number0to1.html b/types/incremental-color-palette_src_types.number0to1.html index 2a5b9c0..2a010ed 100644 --- a/types/incremental-color-palette_src_types.number0to1.html +++ b/types/incremental-color-palette_src_types.number0to1.html @@ -1 +1 @@ -number0to1 | @kitsuyui/ts-playground
    number0to1: number
    +number0to1 | @kitsuyui/ts-playground
    number0to1: number
    diff --git a/types/incremental-color-palette_src_types.uint0to255.html b/types/incremental-color-palette_src_types.uint0to255.html index 2c32210..837071e 100644 --- a/types/incremental-color-palette_src_types.uint0to255.html +++ b/types/incremental-color-palette_src_types.uint0to255.html @@ -1 +1 @@ -uint0to255 | @kitsuyui/ts-playground
    uint0to255: number
    +uint0to255 | @kitsuyui/ts-playground
    uint0to255: number
    diff --git a/types/incremental-color-palette_src_types.uint0toInf.html b/types/incremental-color-palette_src_types.uint0toInf.html index e14a655..21ec6f5 100644 --- a/types/incremental-color-palette_src_types.uint0toInf.html +++ b/types/incremental-color-palette_src_types.uint0toInf.html @@ -1 +1 @@ -uint0toInf | @kitsuyui/ts-playground
    uint0toInf: number
    +uint0toInf | @kitsuyui/ts-playground
    uint0toInf: number
    diff --git a/types/intended-rollback_src_types.Result.html b/types/intended-rollback_src_types.Result.html index 8181c1c..b4fee66 100644 --- a/types/intended-rollback_src_types.Result.html +++ b/types/intended-rollback_src_types.Result.html @@ -1 +1 @@ -Result | @kitsuyui/ts-playground
    Result: ResultFailure | ResultSuccess<T> | ResultSuccessAndIntendedRollback<T>

    Type Parameters

    • T
    +Result | @kitsuyui/ts-playground
    Result: ResultFailure | ResultSuccess<T> | ResultSuccessAndIntendedRollback<T>

    Type Parameters

    • T
    diff --git a/types/intended-rollback_src_types.TranInnerFn.html b/types/intended-rollback_src_types.TranInnerFn.html index e9ea429..edcde3d 100644 --- a/types/intended-rollback_src_types.TranInnerFn.html +++ b/types/intended-rollback_src_types.TranInnerFn.html @@ -1 +1 @@ -TranInnerFn | @kitsuyui/ts-playground

    Type Alias TranInnerFn<TClientTran, TContent>

    TranInnerFn: (client: TClientTran) => Promise<TContent>

    Type Parameters

    • TClientTran
    • TContent
    +TranInnerFn | @kitsuyui/ts-playground

    Type Alias TranInnerFn<TClientTran, TContent>

    TranInnerFn: (client: TClientTran) => Promise<TContent>

    Type Parameters

    • TClientTran
    • TContent
    diff --git a/types/intended-rollback_src_types.TranOuterFn.html b/types/intended-rollback_src_types.TranOuterFn.html index e07d861..32ca618 100644 --- a/types/intended-rollback_src_types.TranOuterFn.html +++ b/types/intended-rollback_src_types.TranOuterFn.html @@ -1 +1 @@ -TranOuterFn | @kitsuyui/ts-playground

    Type Alias TranOuterFn<TClient, TClientTran, TContent>

    TranOuterFn: (
        client: TClient,
        callback: TranInnerFn<TClientTran, TContent>,
    ) => Promise<TContent>

    Type Parameters

    • TClient
    • TClientTran
    • TContent
    +TranOuterFn | @kitsuyui/ts-playground

    Type Alias TranOuterFn<TClient, TClientTran, TContent>

    TranOuterFn: (
        client: TClient,
        callback: TranInnerFn<TClientTran, TContent>,
    ) => Promise<TContent>

    Type Parameters

    • TClient
    • TClientTran
    • TContent
    diff --git a/types/intended-rollback_src_types.WrappedTransactionalFn.html b/types/intended-rollback_src_types.WrappedTransactionalFn.html index bec4f9f..37cba51 100644 --- a/types/intended-rollback_src_types.WrappedTransactionalFn.html +++ b/types/intended-rollback_src_types.WrappedTransactionalFn.html @@ -1 +1 @@ -WrappedTransactionalFn | @kitsuyui/ts-playground

    Type Alias WrappedTransactionalFn<TClient, TClientTran, TContent>

    WrappedTransactionalFn: (
        client: TClient,
        rollback: boolean,
        func: TranInnerFn<TClientTran, TContent>,
    ) => Promise<Result<TContent>>

    Type Parameters

    • TClient
    • TClientTran
    • TContent
    +WrappedTransactionalFn | @kitsuyui/ts-playground

    Type Alias WrappedTransactionalFn<TClient, TClientTran, TContent>

    WrappedTransactionalFn: (
        client: TClient,
        rollback: boolean,
        func: TranInnerFn<TClientTran, TContent>,
    ) => Promise<Result<TContent>>

    Type Parameters

    • TClient
    • TClientTran
    • TContent
    diff --git a/variables/luxon-ext_src_constants.HALF_OF_TIME_UNITS.html b/variables/luxon-ext_src_constants.HALF_OF_TIME_UNITS.html index db83dee..1aea8bf 100644 --- a/variables/luxon-ext_src_constants.HALF_OF_TIME_UNITS.html +++ b/variables/luxon-ext_src_constants.HALF_OF_TIME_UNITS.html @@ -1 +1 @@ -HALF_OF_TIME_UNITS | @kitsuyui/ts-playground
    HALF_OF_TIME_UNITS: {
        days: number;
        hours: number;
        milliseconds: number;
        minutes: number;
        months: number;
        seconds: number;
        weeks: number;
        years: number;
    } = ...
    +HALF_OF_TIME_UNITS | @kitsuyui/ts-playground
    HALF_OF_TIME_UNITS: {
        days: number;
        hours: number;
        milliseconds: number;
        minutes: number;
        months: number;
        seconds: number;
        weeks: number;
        years: number;
    } = ...