UNPKG

@trussworks/react-uswds

Version:
7 lines (6 loc) 281 B
/** * Creates an ID name for each file that strips all invalid characters. * @param {string} name - name of the file added to file input * @returns {string} same characters as the name with invalid chars removed */ export declare const makeSafeForID: (name: string) => string;