Sha256: 8f3493f0f744516512072d14a49ae81fcaa9abc73a61c8d849c76de0e49570d4
Contents?: true
Size: 323 Bytes
Versions: 24
Compression:
Stored size: 323 Bytes
Contents
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = _default; /** * Check whether a string has less interpolation * * @param {string} string * @return {boolean} If `true`, a string has less interpolation */ function _default(string) { return /@{.+?}/.test(string); }
Version data entries
24 entries across 24 versions & 1 rubygems