Preview: data-css-name.ts
Size: 352 B
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/adminjs/src/frontend/utils/data-css-name.ts
/* eslint-disable max-len */
export const getDataCss = (...args: (string | number)[]) => args.join('-')
export const getResourceElementCss = (resourceId: string, suffix: string) => getDataCss(resourceId, suffix)
export const getActionElementCss = (resourceId: string, actionName: string, suffix: string) => getDataCss(resourceId, actionName, suffix)
Directory Contents
Dirs: 0 × Files: 5