UNPKG

react-archer

Version:

Draw arrows between DOM elements in React

2 lines (1 loc) 82 B
export const encodeId = (id: string): string => encodeURI(id).replace(/%/g, '_');