UpdateCodeFileOptions
import type { UpdateCodeFileOptions } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.24.3/mod.ts";
updateCodeFile()に使われているオプション
interface UpdateCodeFileOptions {
debug?: boolean;
insertPositionIfNotExist?: "top" | "bottom" | "notInsert";
isInsertEmptyLineInTail?: boolean;
socket?: Socket;
}