mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-13 13:11:03 +00:00
7 lines
146 B
JavaScript
7 lines
146 B
JavaScript
// HTML5 entities map: { name -> utf16string }
|
|
//
|
|
'use strict';
|
|
|
|
/*eslint quotes:0*/
|
|
module.exports = require('entities/lib/maps/entities.json');
|