UNPKG
organ-ai-zer
Version:
latest (1.0.0)
1.0.0
AI-powered file organizer CLI tool
organ-ai-zer
/
dist
/
commands
/
organize.d.ts
3 lines
•
176 B
TypeScript
View Raw
1
2
3
import
{
OrganizeOptions
}
from
'../types'
;
export
declare
function
organize
(
directory
:
string
,
options
:
OrganizeOptions
):
Promise
<
void
>;
//# sourceMappingURL=organize.d.ts.map