UNPKG

@sector-labs/seo-slip

Version:

Catches SEO regressions by sampling and checking a website against a set of rules

4 lines (2 loc) 102 B
const noMemoryLeakStrCopy = (value) => (' ' + value).slice(1); module.exports = noMemoryLeakStrCopy;