aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/string/raw/index.js
blob: e818dd56ddb389977d73e39ce9ee75f0f73db004 (plain)
1
2
3
4
5
"use strict";

module.exports = require("./is-implemented")()
	? String.raw
	: require("./shim");