UNPKG
get-sass-vars
Version:
latest (4.0.3)
4.0.3
4.0.2
4.0.1
4.0.0
3.4.0
3.3.0
3.2.1
3.2.0
3.1.0
3.0.1
3.0.0
2.0.0
1.0.2
1.0.1
1.0.0
Get Sass variables as JSON object.
github.com/niksy/get-sass-vars
niksy/get-sass-vars
get-sass-vars
/
cjs
/
types
/
lib.d.ts
10 lines
(8 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
module
'strip-outer'
{
function
stripOuter
(
string
:
string
,
substring
:
string
):
string
;
export
= stripOuter; }
declare
module
'@ungap/from-entries'
{
function
fromEntries
(
array
:
unknown
[]
):
object
;
export
= fromEntries; }