All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lib.enonic.asset.io.ts Maven / Gradle / Ivy

const ioService = __.newBean<{
  getMimeType: (name: string) => string,
}>('com.enonic.lib.asset.IoService');

export const getMimeType = (name: string): string => {
    return ioService.getMimeType(name);
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy