UNPKG

iocane

Version:
13 lines (12 loc) 484 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getBinaryContentBorder = exports.getBinarySignature = void 0; 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;