export const extname = (path) => `.${path.split(".").pop()}`;