Socket
Socket
Sign inDemoInstall

jaz-ts-utils

Package Overview
Dependencies
11
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.6.0 to 7.6.1

8

dist/load-config.d.ts
import { Static, TObject } from "@sinclair/typebox";
import { Optionals } from "./types";
export declare type LoadConfigOptions = {
export declare type LoadConfigOptions<T extends TObject> = {
filePath?: string;
schema: TObject;
schema: T;
};
export declare const defaultLoadConfigOptions: Optionals<LoadConfigOptions>;
export declare const defaultLoadConfigOptions: Optionals<LoadConfigOptions<any>>;
/**
* Define a config structure in JSONSchema using Typebox and then load it
*/
export declare function loadConfig<T extends TObject>(options: LoadConfigOptions): Promise<Static<T>>;
export declare function loadConfig<T extends TObject>(options: LoadConfigOptions<T>): Promise<Static<T>>;
{
"name": "jaz-ts-utils",
"version": "7.6.0",
"version": "7.6.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc