mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-04-30 10:09:00 +00:00
5 lines
119 B
JavaScript
5 lines
119 B
JavaScript
let stringify = require('./scss-stringify')
|
|
let parse = require('./scss-parse')
|
|
|
|
module.exports = { parse, stringify }
|