aboutsummaryrefslogtreecommitdiff
path: root/packages/iku/src/index.ts
blob: 1ced4f78655629e8484667a0f9a2b1389e799821 (plain) (blame)
1
2
3
4
5
6
export {
	type CheckerOptions,
	checkDirectory,
	checkFile,
	walkDirectory,
} from "./checker.js";