UNPKG

@storm-software/config-tools

Version:

⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.

5 lines (3 loc) 162 B
declare const removeExtension: (filePath?: string) => string; declare function findFileName(filePath: string): string; export { findFileName, removeExtension };