UNPKG

get-sass-vars

Version:

Get Sass variables as JSON object.

10 lines (8 loc) 234 B
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; }