UNPKG

node-red-contrib-tak-registration

Version:

A Node-RED node to register to TAK and to help wrap files as datapackages to send to TAK

5 lines (4 loc) 159 B
export default class Character { static isWhitespace (c) { return ((c <= 32 && c >= 0) || c === 127) } static toUpperCase (c) { return c.toUpperCase() } }