shortcut-value-viewer
1.0.0 • Public • Published Shortcut Value Viewer
A RunKit value viewer for Shortcuts.js shortcuts.
Installation
npm install shortcut-value-viewer
Usage
The module exports a single function. Pass a Shortcuts.js shortcut into the function to assign a value viewer that is viewable on RunKit.
const { getShortcutDetails } = require("shortcuts.js");
const shortcut = await getShortcutDetails("ccae9c09c70d4319a553415e692a8420");
const svv = require("shortcut-value-viewer");
console.log(svv(shortcut));
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
1.0.0 | 1 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
1.0.0 | 1 | |
Package Sidebar
Install
npm i shortcut-value-viewer
Weekly Downloads