mirror of
https://github.com/thangisme/notes.git
synced 2025-05-17 19:58:34 -04:00
3 lines
84 B
JavaScript
3 lines
84 B
JavaScript
var convert = require('./convert');
|
|
module.exports = convert(require('../string'));
|