UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

5 lines (4 loc) 127 B
/** * Checks if the character is an A (arc-to) path command. */ export declare function isArcCommand(code: number): boolean;