mirror of
https://github.com/thangisme/notes.git
synced 2025-01-31 03:16:28 -05:00
8 lines
153 B
JavaScript
8 lines
153 B
JavaScript
"use strict"
|
|
|
|
module.exports = {
|
|
json: require("./jsonFormatter"),
|
|
string: require("./stringFormatter"),
|
|
verbose: require("./verboseFormatter"),
|
|
}
|