UNPKG

127 BTypeScriptView Raw
1/**
2 * Checks if the character is an A (arc-to) path command.
3 */
4export declare function isArcCommand(code: number): boolean;