Projekt

Obecné

Profil

Stáhnout (187 Bajtů) Statistiky
| Větev: | Revize:
1
function _taggedTemplateLiteralLoose(strings, raw) {
2
  if (!raw) {
3
    raw = strings.slice(0);
4
  }
5

    
6
  strings.raw = raw;
7
  return strings;
8
}
9

    
10
module.exports = _taggedTemplateLiteralLoose;
(68-68/80)