UNPKG

ut-tools

Version:

Build and Release management automation package.

11 lines (9 loc) 174 B
'use strict'; /** * Check whether a string has scss interpolation * * @param {string} string */ module.exports = function (string) { return /#\{.+?\}/.test(string); };