zack
feat: πŸš€ Update Chat-nFace configurations
a053984
raw
history blame
166 Bytes
export type Callback = (directory: string, files: string[]) => string | false | void;
export default function (directory: string, callback: Callback): string | void;