UNPKG

ds-algo-study

Version:

Just experimenting with publishing a package

3 lines (2 loc) 166 B
export type Callback = (directory: string, files: string[]) => string | false | void; export default function (directory: string, callback: Callback): string | void;