Skip to content

index API

phoenixide edited this page Feb 15, 2023 · 1 revision

hello

Write your module docs here. tell something about this module in markdown.

See https://github.com/aicore/template-nodejs/wiki/How-To-Write-Docs for more details on how to style docs.

Use markdown headings!

and markdown code!

// usage within core:
const Metrics = require("utils/Metrics");

// usage within default extensions:
const Metrics = brackets.getModule("utils/Metrics");
Clone this wiki locally