TenantAtlas/apps/platform/.pnpm-store/v10/files/3e/004120bca7e8a32da28c40e05db1e72d34637973b784324ecab2b5a1d3100641ea07d07427684534ed4bd7e79c9e1c86b256f1017a3c751e97f9b91e0bcb8a
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

7 lines
156 B
Plaintext

import { exhaustAll } from './exhaustAll';
/**
* @deprecated Renamed to {@link exhaustAll}. Will be removed in v8.
*/
export const exhaust = exhaustAll;