UNPKG

@antv/util

Version:

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

5 lines (4 loc) 116 B
/** * Checks if the character is a path command. */ export declare function isPathCommand(code: number): boolean;