UNPKG

brush_cli

Version:

A tool for creating and developing cmos PC Framework project.

10 lines (9 loc) 151 B
var gbkTable = require('./table/gbk.js'); module.exports = { 'windows936': 'gbk', 'gb2312': 'gbk', 'gbk': { type: 'table', table: gbkTable } }