functionalscript
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -9,3 +9,3 @@ import { type List } from '../types/list/module.f.ts'; | ||
}; | ||
type Node = Element | string; | ||
export type Node = Element | string; | ||
export declare const element: (element: Element) => List<string>; | ||
@@ -12,0 +12,0 @@ export declare const html: (_: Element) => List<string>; |
{ | ||
"name": "functionalscript", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "files": [ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
515188
0