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

package.index.d.mts Maven / Gradle / Ivy

The newest version!
type Promisable = T | Promise;

export type Callback = (
	directory: string,
	files: string[],
) => Promisable;

export default function (
	directory: string,
	callback: Callback,
): Promise;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy