detectMigrationPaths
detectMigrationPaths(
paths):string[]
Defined in: src/epic-migrations.ts:63
Return the subset of paths that match any MIGRATION_GLOBS pattern — deduped and
order-preserving (first occurrence wins). Pure; no I/O. Empty input → empty output.
Parameters
Section titled “Parameters”string[]
Returns
Section titled “Returns”string[]