@nr1e/commons 0.0.3-alpha.8 → 0.0.3
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/bitsnbytes/b64.d.ts +1 -0
- package/bitsnbytes/b64.d.ts.map +1 -0
- package/bitsnbytes/b64.js +17 -25
- package/bitsnbytes/b64.js.map +1 -1
- package/bitsnbytes/b64.test.d.ts +2 -0
- package/bitsnbytes/b64.test.d.ts.map +1 -0
- package/bitsnbytes/b64.test.js +55 -0
- package/bitsnbytes/b64.test.js.map +1 -0
- package/bitsnbytes/index.d.ts +2 -1
- package/bitsnbytes/index.d.ts.map +1 -0
- package/bitsnbytes/index.js +1 -17
- package/bitsnbytes/index.js.map +1 -1
- package/errors/errors.d.ts +2 -2
- package/errors/errors.d.ts.map +1 -0
- package/errors/errors.js +59 -81
- package/errors/errors.js.map +1 -1
- package/errors/errors.test.d.ts +2 -0
- package/errors/errors.test.d.ts.map +1 -0
- package/errors/errors.test.js +44 -0
- package/errors/errors.test.js.map +1 -0
- package/errors/index.d.ts +2 -1
- package/errors/index.d.ts.map +1 -0
- package/errors/index.js +1 -17
- package/errors/index.js.map +1 -1
- package/http/http-method.d.ts +1 -0
- package/http/http-method.d.ts.map +1 -0
- package/http/http-method.js +2 -5
- package/http/http-method.js.map +1 -1
- package/http/http-status-code.d.ts +1 -0
- package/http/http-status-code.d.ts.map +1 -0
- package/http/http-status-code.js +2 -5
- package/http/http-status-code.js.map +1 -1
- package/http/index.d.ts +3 -2
- package/http/index.d.ts.map +1 -0
- package/http/index.js +2 -18
- package/http/index.js.map +1 -1
- package/lang/index.d.ts +3 -2
- package/lang/index.d.ts.map +1 -0
- package/lang/index.js +2 -18
- package/lang/index.js.map +1 -1
- package/lang/sleep.d.ts +1 -0
- package/lang/sleep.d.ts.map +1 -0
- package/lang/sleep.js +1 -5
- package/lang/sleep.js.map +1 -1
- package/lang/type-functions.d.ts +1 -0
- package/lang/type-functions.d.ts.map +1 -0
- package/lang/type-functions.js +3 -9
- package/lang/type-functions.js.map +1 -1
- package/package.json +33 -19
- package/validator/index.d.ts +2 -1
- package/validator/index.d.ts.map +1 -0
- package/validator/index.js +1 -17
- package/validator/index.js.map +1 -1
- package/validator/validators.d.ts +1 -0
- package/validator/validators.d.ts.map +1 -0
- package/validator/validators.js +37 -64
- package/validator/validators.js.map +1 -1
- package/validator/validators.test.d.ts +2 -0
- package/validator/validators.test.d.ts.map +1 -0
- package/validator/validators.test.js +176 -0
- package/validator/validators.test.js.map +1 -0
- package/.prettierrc.js +0 -3
- package/LICENSE +0 -26
- package/README.md +0 -14
- package/index.d.ts +0 -5
- package/index.js +0 -9
- package/index.js.map +0 -1
- package/jest.config.js +0 -8
package/index.d.ts
DELETED
package/index.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.bitsnbytes = exports.lang = exports.http = exports.errors = exports.validator = void 0;
|
|
4
|
-
exports.validator = require("./validator");
|
|
5
|
-
exports.errors = require("./errors");
|
|
6
|
-
exports.http = require("./http");
|
|
7
|
-
exports.lang = require("./lang");
|
|
8
|
-
exports.bitsnbytes = require("./bitsnbytes");
|
|
9
|
-
//# sourceMappingURL=index.js.map
|
package/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;AAAA,2CAAyC;AACzC,qCAAmC;AACnC,iCAA+B;AAC/B,iCAA+B;AAC/B,6CAA2C"}
|