UNPKG

@raona/sp

Version:

Raona utilities to work with Sharepoint using pnp/sp

7 lines (6 loc) 316 B
import { RelativeFile } from "../../entities/sharepoint/RelativeFile"; /** * Returns file extension including the dot, and not removing querystring (atm) */ export declare function getFileExtensionNameByUrl(url: string): string; export declare function getFileExtensionNameByUrl(file: RelativeFile): string;