Documentation
    Preparing search index...

    Type Alias FutureMachineAPI

    Actual Type: Struct
    Note: Stripped to generate better documentation.

    The API of the @futuremachine/core library.

    Created by the createFutureMachine(). Each instance is backed by a FutureDatabase.

    type FutureMachineAPI = {
        methods: MethodsAPI;
        containers: ContainersAPI;
        exceptions: ExceptionsAPI;
    }
    Index

    Properties

    methods: MethodsAPI

    Contains methods to create Methods, register Entitys, and build the FuturesAPI.

    containers: ContainersAPI

    Contains APIs to create Dictionarys, Structs, and Lists.

    exceptions: ExceptionsAPI

    Contains methods to create Exceptions.