ts-repository-fluent
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "ts-repository-fluent", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A basic data repository framework for Typescript. Includes a fluent-style query interface.", | ||
"main": "source/index.ts", | ||
"typings": "source/index.ts", | ||
"keywords": [ | ||
@@ -7,0 +8,0 @@ "typescript", |
@@ -295,3 +295,3 @@ 'use strict' | ||
*/ | ||
export const enum Operator | ||
declare const enum Operator | ||
{ | ||
@@ -313,3 +313,3 @@ Equals = "=", | ||
*/ | ||
export class Join | ||
declare class Join | ||
{ | ||
@@ -325,3 +325,3 @@ tableName: string; | ||
*/ | ||
export const enum JoinType | ||
declare const enum JoinType | ||
{ | ||
@@ -328,0 +328,0 @@ INNER = "INNER JOIN", |
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
20287
12
561