Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Substring

import type { Substring } from "https://aws-api.deno.dev/v0.4/services/accessanalyzer.ts?docs=full";

A reference to a substring of a literal string in a JSON document.

interface Substring {
length: number;
start: number;
}

§Properties

§
length: number
[src]

The length of the substring.

§
start: number
[src]

The start index of the substring, starting from 0.