@r47onfire/backolon - v0.0.0
    Preparing search index...

    Interface OperatorOverload

    interface OperatorOverload {
        types: (string | ThingType | null)[];
        cb(opTrace: LocationTrace, argv: readonly any[]): Thing;
    }
    Index

    Properties

    Methods

    Properties

    types: (string | ThingType | null)[]

    Methods