mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 08:17:34 -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"),
|
||
|
}
|