mirror of
https://github.com/thangisme/notes.git
synced 2025-01-06 22:06:28 -05:00
3 lines
84 B
JavaScript
3 lines
84 B
JavaScript
var convert = require('./convert');
|
|
module.exports = convert(require('../string'));
|