@trippler/tr_lib 2.0.4 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ export declare const listen: (options: [number, boolean] | number | boolean, endpoint: string, ...parameters: any[]) => Promise<any>;
@@ -0,0 +1,2 @@
1
+ declare const _default: true;
2
+ export default _default;
@@ -0,0 +1,3 @@
1
+ export declare const trace: (...parameters: any) => void;
2
+ export declare const info: (...parameters: any) => void;
3
+ export declare const fatal: (...parameters: any) => void;
@@ -0,0 +1,3 @@
1
+ export * from './async/promise';
2
+ export * from './async/listen';
3
+ export * from './console';
@@ -0,0 +1,2 @@
1
+ declare const _default: true;
2
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const promise: (endpoint: string, FUNCTION: Function) => boolean;
@@ -0,0 +1,3 @@
1
+ export declare const trace: (...parameters: any) => void;
2
+ export declare const info: (...parameters: any) => void;
3
+ export declare const fatal: (...parameters: any) => void;
@@ -0,0 +1,3 @@
1
+ export * from './async/promise';
2
+ export * from './async/listen';
3
+ export * from './console';
@@ -0,0 +1,5 @@
1
+ declare const _default: {
2
+ client: string[];
3
+ server: string[];
4
+ };
5
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trippler/tr_lib",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "A lightweight utility & helper library for FiveM developers. Designed to improve code reusability, consistency, and performance across and outcross Trippler resources.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",