String.raw
符合ESnext规范的String.raw填充程序/ polyfill / replacement可以使用到ES3。
该软件包实现了接口。 它可以在ES3支持的环境中工作并符合。
入门
npm install --save string.raw
用法/示例
// Create Windows path without escaping the backslashes:
const filePath = String . raw `C:\Development\profile\new\aboutme.html` ;
console . log ( ` ${ filePath } ` ) ; // "C:\Development\profile\new\aboutme.html"
测验
只需克隆仓库, npm install ,然后运行npm test