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

    Interface NativeFunctionDetails

    Shape of native function metadata registered with the Backolon scheduler.

    interface NativeFunctionDetails {
        params: (Thing<name> | Thing<paramdescriptor>)[];
        impl(task: Task, state: StackEntry): void;
    }
    Index

    Properties

    Methods

    Properties

    Methods