@chijs/util
Advanced tools
Comparing version 0.0.6 to 0.0.7
export { nanoid as uniqueId } from 'nanoid'; |
export { nanoid as uniqueId } from 'nanoid'; | ||
//# sourceMappingURL=id.js.map |
@@ -0,0 +0,0 @@ export * from './id.js'; |
@@ -0,0 +0,0 @@ export * from './id.js'; |
@@ -0,0 +0,0 @@ import pino, { DestinationStream, LoggerOptions, Logger } from 'pino'; |
@@ -0,0 +0,0 @@ import pino from 'pino'; |
import { SpreadTwo } from './type/index.js'; | ||
export declare function withOverride<S extends object, T extends object>(obj: S, override: T): SpreadTwo<S, T>; |
@@ -0,0 +0,0 @@ export function withOverride(obj, override) { |
import type { TSchema } from '@sinclair/typebox'; | ||
export declare function validateSchema<S extends TSchema>(object: unknown, schema: S): import("ajv/dist/types").ErrorObject<string, Record<string, any>, unknown>[]; | ||
export * from '@sinclair/typebox'; |
@@ -0,0 +0,0 @@ import addFormats from 'ajv-formats'; |
@@ -0,0 +0,0 @@ export declare type Id<T> = T extends infer U ? { |
export {}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@chijs/util", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "license": "AGPL-3.0", |
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
6879