frontend/.pnpm-store/v3/files/ba/f5e455218db134cf1af9cbd352e03e9ef94208c9db8ea3b41e14c3e8a936e75b9b66201ba78ad7e019a20ee6ff8dd278e86d7ac76edb89067eb8a3a949c2bd

3 lines
166 B
Plaintext

export type Callback = (directory: string, files: string[]) => string | false | void;
export default function (directory: string, callback: Callback): string | void;