2 lines
62 B
JavaScript
2 lines
62 B
JavaScript
|
export const extname = (path) => `.${path.split(".").pop()}`;
|