UNPKG

renamer_tool

Version:

Rename files based on a list you provide (like a bunch of videos that you want to change all of them to a new list based on table of contents)

3 lines (2 loc) 142 B
export declare const extractNames: (text: string) => string[]; export declare const nameGenerator: (name: string, index: number) => string;