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

io.mvnpm.esbuild.model.EntryPoint Maven / Gradle / Ivy

The newest version!
package io.mvnpm.esbuild.model;

import java.nio.file.Path;

public interface EntryPoint {

    Path process(Path workDir);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy