feat: refactoring project
This commit is contained in:
6
node_modules/postcss/lib/list.d.ts
generated
vendored
6
node_modules/postcss/lib/list.d.ts
generated
vendored
@@ -47,7 +47,11 @@ declare namespace list {
|
||||
* @param last boolean indicator.
|
||||
* @return Split values.
|
||||
*/
|
||||
split(string: string, separators: string[], last: boolean): string[]
|
||||
split(
|
||||
string: string,
|
||||
separators: readonly string[],
|
||||
last: boolean
|
||||
): string[]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user