@speedy-js/speedy-types
Advanced tools
Comparing version 0.10.1-alpha.0 to 0.10.1-alpha.2
@@ -595,5 +595,5 @@ /// <reference types="node" /> | ||
declare type Html = HtmlOptions | false; | ||
export declare type Html = HtmlOptions | false; | ||
declare type HtmlOptions = { | ||
export declare type HtmlOptions = { | ||
title?: string; | ||
@@ -600,0 +600,0 @@ filename?: string; |
@@ -12,1 +12,2 @@ export * from './style'; | ||
export * from './analyze'; | ||
export * from './html'; |
@@ -24,2 +24,3 @@ "use strict"; | ||
__exportStar(require("./analyze"), exports); | ||
__exportStar(require("./html"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -11,4 +11,4 @@ import type { MinifyOptions } from 'terser'; | ||
import type { Html } from './html'; | ||
import { Analyze, AnalyzeNormalized } from './analyze'; | ||
import { OutputNormalized, ResolveNormalized } from '.'; | ||
import type { Analyze, AnalyzeNormalized } from './analyze'; | ||
import type { OutputNormalized, ResolveNormalized } from '.'; | ||
/** | ||
@@ -15,0 +15,0 @@ * Different mode has different default args. |
{ | ||
"name": "@speedy-js/speedy-types", | ||
"version": "0.10.1-alpha.0", | ||
"version": "0.10.1-alpha.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "source": "src/index.ts", |
Sorry, the diff of this file is not supported yet
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
79182
2218