UNPKG

@scania/tegel-cli

Version:

CLI tool for copying and transforming Tegel components with custom prefixes

4 lines (2 loc) 136 B
const getPreviousSibling = (element: HTMLElement) => element.previousElementSibling as HTMLElement; export default getPreviousSibling;