UNPKG

quick-erd

Version:

quick and easy text-based ERD + code generator for migration, query, typescript types and orm entity

3 lines (2 loc) 173 B
/** Find the first occurrence of any pattern, returns -1 if none found */ export declare function firstIndexOf(string: string, patterns: string[], offset?: number): number;