template-strings
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "template-strings", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "String template", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -73,2 +73,4 @@ # Template Strings | ||
``` | ||
const fetch = require('node-fetch'); | ||
String.template = require('template-strings'); | ||
@@ -75,0 +77,0 @@ |
@@ -5,3 +5,2 @@ const fetch = require('node-fetch'); | ||
const template = '<div>Hello ${this.name}!</div>'; | ||
@@ -8,0 +7,0 @@ const json = { name: 'World' }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3850
86