com.redhat.ceylon.compiler.js.loader.NpmAware Maven / Gradle / Ivy
package com.redhat.ceylon.compiler.js.loader;
public interface NpmAware {
String getNpmPath();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package com.redhat.ceylon.compiler.js.loader;
public interface NpmAware {
String getNpmPath();
}