Comparing version 1.0.1 to 1.0.2
@@ -106,6 +106,7 @@ export interface User { | ||
}>; | ||
url2json: (url: string) => any; | ||
url2json: (url: any) => any; | ||
path: (id?: string) => string; | ||
match: (data: Array<any>, match?: string) => any; | ||
isExtPage: (url?: string) => boolean; | ||
getLanguageByContent: (content: string) => string; | ||
field: (id?: string | Array<string> | { | ||
@@ -112,0 +113,0 @@ [index: string]: any; |
@@ -1,1 +0,2 @@ | ||
export {}; | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "circle-ts", | ||
"version": "1.0.1", | ||
"description": "Definition of TS Type for Circle Reading Assistant", | ||
"version": "1.0.2", | ||
"description": "Definition of TS Type for Circle Reader", | ||
"module": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "typings": "dist/index.d.ts", |
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
7992
189