UNPKG

320 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.isArcCommand = void 0;
4/**
5 * Checks if the character is an A (arc-to) path command.
6 */
7function isArcCommand(code) {
8 return (code | 0x20) === 0x61;
9}
10exports.isArcCommand = isArcCommand;
11//# sourceMappingURL=is-arc-command.js.map
\No newline at end of file