{"version":3,"sources":["../../src/functions/noop/noop.ts"],"names":[],"mappings":";AAKO,SAAS,QAAQ,MAAgC;AAAC","sourcesContent":["/**\n * A no-operation function that returns `undefined` for any input.\n */\n\n// eslint-disable-next-line @typescript-eslint/no-unused-vars -- this is the whole point of the function\nexport function noop(...args: readonly unknown[]): void {}\n"]}