MCPcopy Create free account
hub / github.com/Maccoder3/MAC-MD / Json

Function Json

lib/function.js:56–58  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

54}
55
56const Json = (string) => {
57 return JSON.stringify(string, null, 2)
58}
59
60const runtime = (seconds) => {
61 seconds = Number(seconds)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected