aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/escalade/sync/index.d.ts
blob: 9d5b5890c38169867e93a5dd6d3e9ed829370243 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
declare namespace escalade {
	export type Callback = (
		directory: string,
		files: string[],
	) => string | false | void;
}

declare function escalade(
	directory: string,
	callback: escalade.Callback,
): string | void;

export = escalade;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage