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

Position

import type { Position } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.1/browser/dom/mod.ts";

editor上の位置情報

interface Position {
char: number;
line: number;
}

§Properties

§
char: number
[src]

何文字目の後ろにいるか

§
line: number
[src]

行数