@cpany/types
Advanced tools
Comparing version 0.0.2 to 0.0.3
export * from './dist/codeforces/index.d'; |
export * from './dist/index.d'; |
{ | ||
"name": "@cpany/types", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "CPany types package", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -0,0 +0,0 @@ import type { IHandle } from '../handle'; |
@@ -0,0 +0,0 @@ import type { Verdict, ParticipantType } from '../enum'; |
@@ -0,0 +0,0 @@ import type { Verdict } from './enum'; |
@@ -0,0 +0,0 @@ export enum Verdict { |
@@ -0,0 +0,0 @@ import type { ParticipantType } from './enum'; |
@@ -0,0 +0,0 @@ import type { IAuthor, IHandle } from './handle'; |
@@ -0,0 +0,0 @@ export interface IProblem { |
@@ -0,0 +0,0 @@ import type { Verdict } from './enum'; |
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
15353