Skip to main content
Module

x/zip/utils.ts

Streaming cross-platform zip tool written for Deno 🦕.
Latest
File
export const getFileNameFromPath = (filePath: string)=>{ return filePath.split('/').at(-1)?.split('.').slice(0,-1).join('.') || ""}