@studiokeywi/banjo - v0.0.1
    Preparing search index...

    Module types

    General utility types for internal and external use

    studioKeywi

    Type Aliases

    ANoOp

    Utility type for an async no-param no-return function

    CheckFunction

    Utility type for a function that returns a boolean

    Expand

    Utility type that represents intersection types as singular shapes in type hints/IntelliSense/etc

    GenericAsyncFunction

    Utility type for any async function (one that returns a Promise) with configurable return value and params

    GenericFunction

    Utility type for any function with configurable return value and params

    NoOp

    Utility type for a no-param no-return function

    RemoveIndexSignature

    Utility type for removing index signature types from an object

    RunFunction

    Utility type for any function