Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/postcss/lib/list.d.ts

    rd565449 r0c6b92a  
    4848     * @return Split values.
    4949     */
    50     split(string: string, separators: string[], last: boolean): string[]
     50    split(
     51      string: string,
     52      separators: readonly string[],
     53      last: boolean
     54    ): string[]
    5155  }
    5256}
    5357
    54 // eslint-disable-next-line @typescript-eslint/no-redeclare
    5558declare const list: list.List
    5659
Note: See TracChangeset for help on using the changeset viewer.