UNPKG
@nvl/postcss-egal
Version:
latest (2.1.0)
2.1.0
2.0.1
2.0.0
1.0.0
0.1.3
0.1.2
0.1.1
0.1.0
PostCSS plugin to simplify uniformity in color saturation.
github.com/nvlang/egal
nvlang/egal
@nvl/postcss-egal
/
dist
/
utils.d.ts
4 lines
(3 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
import
type
{
Transformer
}
from
'./types.js'
;
export
declare
const
transformer
:
Transformer
;
export
declare
function
indexOfClosingParenthesis
(
str
:
string
,
indexOfOpeningParenthesis
:
number
):
number
;