Comparing version 1.0.1 to 1.0.2
@@ -1,9 +0,3 @@ | ||
type JSTag = (literals: TemplateStringsArray, ...placeholders: any[]) => string; | ||
declare function OneLine(literals: TemplateStringsArray, ...placeholders: string[]): string | ||
interface TemplateTag { | ||
(str: string): string; | ||
(tag: JSTag): TemplateTag; | ||
(literals: TemplateStringsArray, ...placeholders: any[]): string; | ||
} | ||
export = TemplateTag | ||
export = OneLine |
{ | ||
"name": "oneline", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Write nice template literals with newlines, but format as a single-line string", | ||
@@ -5,0 +5,0 @@ "main": "./oneline.js", |
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
4525
24