UNPKG

@it-corp/vpbank-spotlight

Version:

Command center components for react and VPbank components

10 lines (7 loc) 200 B
import path from "node:path"; export function getPath(filePath: string) { return path.posix.resolve(filePath); } export function getPaths(filePaths: string[]) { return filePaths.map(getPath); }