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