generated from aicore/template-nodejs-server
-
Notifications
You must be signed in to change notification settings - Fork 2
index API
phoenixide edited this page Feb 15, 2023
·
1 revision
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.
and markdown code!
// usage within core:
const Metrics = require("utils/Metrics");
// usage within default extensions:
const Metrics = brackets.getModule("utils/Metrics");