UNPKG

iocane

Version:
12 lines (11 loc) 414 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var SIGNATURE_TEXT = "iocane/2"; function getBinarySignature() { return SIGNATURE_TEXT.split("").map(function (char) { return char.charCodeAt(0); }); } exports.getBinarySignature = getBinarySignature; function getBinaryContentBorder() { return [1, 0, 0, 0, 0, 0, 0, 1]; } exports.getBinaryContentBorder = getBinaryContentBorder;