dom-render
Advanced tools
Comparing version 1.0.15 to 1.0.16
import { RawSet } from './RawSet'; | ||
import { Config } from 'Config'; | ||
import { Config } from './Config'; | ||
export declare type RefType = { | ||
@@ -4,0 +4,0 @@ obj: object; |
{ | ||
"name": "dom-render", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"main": "DomRender.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -1,2 +0,2 @@ | ||
import { Config } from 'Config'; | ||
import { Config } from './Config'; | ||
export declare class RawSet { | ||
@@ -3,0 +3,0 @@ point: { |
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
86527