Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/aether/deps.ts>Transaction#getSavepoint

A Deno library to interface with the Discord API
Latest
method Transaction.prototype.getSavepoint
import { Transaction } from "https://deno.land/x/aether@v0.0.3/deps.ts";

This method will search for the provided savepoint name and return a reference to the requested savepoint, otherwise it will return undefined

Parameters

name: string

Returns

Savepoint | undefined