Documentation
    Preparing search index...
    transform_for_async: (
        expression: string,
        statefuns: Record<string, PluginFunction>,
    ) => { expr_string: string; isAsync: boolean }

    Type Declaration

      • (
            expression: string,
            statefuns: Record<string, PluginFunction>,
        ): { expr_string: string; isAsync: boolean }
      • Parameters

        Returns { expr_string: string; isAsync: boolean }