UNPKG

artemis-code-file-manager

Version:
9 lines (8 loc) 293 B
import { IHelperService } from '../shared/types'; export declare class HelperService implements IHelperService { getName(data: any): string; getFileType(data: any): string; getLastModified(data: any): string; getSize(data: any): string; formatSize(size: number): string; }