mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 06:37:17 -04:00
8 lines
153 B
JavaScript
8 lines
153 B
JavaScript
"use strict"
|
|
|
|
module.exports = {
|
|
json: require("./jsonFormatter"),
|
|
string: require("./stringFormatter"),
|
|
verbose: require("./verboseFormatter"),
|
|
}
|