mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-04-22 06:09:02 +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 }
|