/** * Generates a unique ID modifier string. * - Increments a global counter stored on the window object * - Returns a string in the format 'dsX', where X is the current counter value * * @returns {string} - the ID modifier string */ export default function (): string;