4 lines
59 B
JavaScript
Raw Normal View History

"use strict";
module.exports = { pad: require("./pad") };