Changeset 0c6b92a for imaps-frontend/node_modules/postcss/lib/list.d.ts
- Timestamp:
- 12/12/24 17:06:06 (5 weeks ago)
- Branches:
- main
- Parents:
- d565449
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/postcss/lib/list.d.ts
rd565449 r0c6b92a 48 48 * @return Split values. 49 49 */ 50 split(string: string, separators: string[], last: boolean): string[] 50 split( 51 string: string, 52 separators: readonly string[], 53 last: boolean 54 ): string[] 51 55 } 52 56 } 53 57 54 // eslint-disable-next-line @typescript-eslint/no-redeclare55 58 declare const list: list.List 56 59
Note:
See TracChangeset
for help on using the changeset viewer.