UNPKG

122 BJavaScriptView Raw
1'use strict'
2
3const apemanWtch = require('apeman-wtch')
4
5apemanWtch('scss-to-compile', {
6
7}).then(() => {
8 /* ... */
9})
\No newline at end of file