UNPKG

sugar-language

Version:

Language module for the Sugar Javascript utility library.

10 lines (7 loc) 266 B
'use strict'; var ALL_HANKAKU_REG = require('../var/ALL_HANKAKU_REG'), convertCharacterWidth = require('./convertCharacterWidth'); function zenkaku(str, mode) { return convertCharacterWidth(str, mode, ALL_HANKAKU_REG, 'zenkaku'); } module.exports = zenkaku;