@trippler/tr_lib 2.0.4 → 2.0.6
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.
- package/dist/client/async/listen/index.d.ts +1 -0
- package/dist/client/async/promise/index.d.ts +2 -0
- package/dist/client/console/index.d.ts +3 -0
- package/dist/client/index.d.ts +3 -0
- package/dist/server/async/listen/index.d.ts +2 -0
- package/dist/server/async/promise/index.d.ts +1 -0
- package/dist/server/console/index.d.ts +3 -0
- package/dist/server/index.d.ts +3 -0
- package/dist/shared/async/index.d.ts +5 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const listen: (options: [number, boolean] | number | boolean, endpoint: string, ...parameters: any[]) => Promise<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const promise: (endpoint: string, FUNCTION: Function) => boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trippler/tr_lib",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
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",
|