Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dynablox_opencloud/src/rest/utils/balanced.ts>Output

A Roblox OpenCloud API wrapper for Deno and NodeJS written in TypeScript.
Latest
interface Output
import { type Output } from "https://deno.land/x/dynablox_opencloud@v0.2.2/src/rest/utils/balanced.ts";

Properties

start: number

The index of the first match of a

end: number

The index of the matching b

pre: string

The preamble, a and b not included

body: string

The match, a and b not included

post: string

The postscript, a and b not included