This website works better with JavaScript
Home
Explore
Help
Sign In
zhangqi
/
swOperation
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
d18bcf2b21
Branches
Tags
defaultDevelop
master
swOperation
/
node_modules
/
@antv
/
path-util
/
lib
/
parse-path.d.ts
parse-path.d.ts
75 B
History
Raw
1
2
declare function parsePath(p: string): string[];
export default parsePath;