Skip to content

Instantly share code, notes, and snippets.

View Lhemamou's full-sized avatar

l31bn1tz Lhemamou

View GitHub Profile
@Lhemamou
Lhemamou / Basic API call (TypeScript).WORD.yaml
Created November 13, 2023 22:53
Performs a basic Word API call using TypeScript.
name: Basic API call (TypeScript)
description: Performs a basic Word API call using TypeScript.
host: WORD
api_set: {}
script:
content: >
document.getElementById("run")!.addEventListener("click", () =>
tryCatch(run));