UNPKG

docx4js

Version:
8 lines 155 B
define(['./text'],function(Model){ return Model.extend({ type:'softHyphen', getText: function(){ return String.fromCharCode(0xAD) } }) })