UNPKG

typescript-char-code

Version:
5 lines (4 loc) 152 B
'use strict' exports.ord = x => x.charCodeAt(0) exports.chr = x => String.fromCharCode(x) Object.defineProperty(exports, '__esModule', { value: true })