@adviser/cement 0.4.6 → 0.4.8
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/base-basic-sys-abstraction.test.d.ts +2 -0
- package/base-basic-sys-abstraction.test.d.ts.map +1 -0
- package/base-basic-sys-abstraction.test.js +88 -0
- package/base-basic-sys-abstraction.test.js.map +1 -0
- package/{base-sys-abstraction-h0dB3nZ5.d.ts → base-sys-abstraction.d.ts} +23 -22
- package/base-sys-abstraction.d.ts.map +1 -0
- package/base-sys-abstraction.js +193 -0
- package/base-sys-abstraction.js.map +1 -0
- package/bin2text.d.ts +3 -0
- package/bin2text.d.ts.map +1 -0
- package/bin2text.js +43 -0
- package/bin2text.js.map +1 -0
- package/bin2text.test.d.ts +2 -0
- package/bin2text.test.d.ts.map +1 -0
- package/bin2text.test.js +51 -0
- package/bin2text.test.js.map +1 -0
- package/cf/cf-basic-sys-abstraction.d.ts +14 -0
- package/cf/cf-basic-sys-abstraction.d.ts.map +1 -0
- package/cf/cf-basic-sys-abstraction.js +67 -0
- package/cf/cf-basic-sys-abstraction.js.map +1 -0
- package/cf/cf-env-actions.d.ts +16 -0
- package/cf/cf-env-actions.d.ts.map +1 -0
- package/cf/cf-env-actions.js +53 -0
- package/cf/cf-env-actions.js.map +1 -0
- package/cf/index.d.ts +3 -30
- package/cf/index.d.ts.map +1 -0
- package/cf/index.js +2 -11
- package/cf/index.js.map +1 -1
- package/cf-test-main.d.ts +5 -0
- package/cf-test-main.d.ts.map +1 -0
- package/cf-test-main.js +12 -0
- package/cf-test-main.js.map +1 -0
- package/coerce-binary.d.ts +6 -0
- package/coerce-binary.d.ts.map +1 -0
- package/coerce-binary.js +32 -0
- package/coerce-binary.js.map +1 -0
- package/coerce-binary.test.d.ts +2 -0
- package/coerce-binary.test.d.ts.map +1 -0
- package/coerce-binary.test.js +39 -0
- package/coerce-binary.test.js.map +1 -0
- package/crypto.d.ts +76 -0
- package/crypto.d.ts.map +1 -0
- package/crypto.js +22 -0
- package/crypto.js.map +1 -0
- package/crypto.test.d.ts +2 -0
- package/crypto.test.d.ts.map +1 -0
- package/crypto.test.js +21 -0
- package/crypto.test.js.map +1 -0
- package/deno/deno-basic-sys-abstraction.d.ts +14 -0
- package/deno/deno-basic-sys-abstraction.d.ts.map +1 -0
- package/deno/deno-basic-sys-abstraction.js +35 -0
- package/deno/deno-basic-sys-abstraction.js.map +1 -0
- package/deno/deno-env-actions.d.ts +23 -0
- package/deno/deno-env-actions.d.ts.map +1 -0
- package/deno/deno-env-actions.js +40 -0
- package/deno/deno-env-actions.js.map +1 -0
- package/deno/deno-file-service.d.ts +17 -0
- package/deno/deno-file-service.d.ts.map +1 -0
- package/deno/deno-file-service.js +67 -0
- package/deno/deno-file-service.js.map +1 -0
- package/deno/deno-sys-abstraction.d.ts +19 -0
- package/deno/deno-sys-abstraction.d.ts.map +1 -0
- package/deno/deno-sys-abstraction.js +96 -0
- package/deno/deno-sys-abstraction.js.map +1 -0
- package/deno/index.d.ts +3 -37
- package/deno/index.d.ts.map +1 -0
- package/deno/index.js +2 -179
- package/deno/index.js.map +1 -1
- package/file-service.d.ts +17 -0
- package/file-service.d.ts.map +1 -0
- package/file-service.js +2 -0
- package/file-service.js.map +1 -0
- package/future.d.ts +8 -0
- package/future.d.ts.map +1 -0
- package/future.js +25 -0
- package/future.js.map +1 -0
- package/future.test.d.ts +2 -0
- package/future.test.d.ts.map +1 -0
- package/future.test.js +32 -0
- package/future.test.js.map +1 -0
- package/http_header.d.ts +29 -0
- package/http_header.d.ts.map +1 -0
- package/http_header.js +157 -0
- package/http_header.js.map +1 -0
- package/http_header.test.d.ts +2 -0
- package/http_header.test.d.ts.map +1 -0
- package/http_header.test.js +96 -0
- package/http_header.test.js.map +1 -0
- package/index.d.ts +29 -396
- package/index.d.ts.map +1 -0
- package/index.js +28 -609
- package/index.js.map +1 -1
- package/is-promise.d.ts +4 -0
- package/is-promise.d.ts.map +1 -0
- package/is-promise.js +10 -0
- package/is-promise.js.map +1 -0
- package/is-promise.test.d.ts +2 -0
- package/is-promise.test.d.ts.map +1 -0
- package/is-promise.test.js +48 -0
- package/is-promise.test.js.map +1 -0
- package/json-en-decoder.d.ts +12 -0
- package/json-en-decoder.d.ts.map +1 -0
- package/json-en-decoder.js +42 -0
- package/json-en-decoder.js.map +1 -0
- package/json-en-decoder.test.d.ts +2 -0
- package/json-en-decoder.test.d.ts.map +1 -0
- package/json-en-decoder.test.js +18 -0
- package/json-en-decoder.test.js.map +1 -0
- package/log-level-impl.d.ts +17 -0
- package/log-level-impl.d.ts.map +1 -0
- package/log-level-impl.js +75 -0
- package/log-level-impl.js.map +1 -0
- package/log-writer-impl.d.ts +11 -0
- package/log-writer-impl.d.ts.map +1 -0
- package/log-writer-impl.js +52 -0
- package/log-writer-impl.js.map +1 -0
- package/logger-impl.d.ts +75 -0
- package/logger-impl.d.ts.map +1 -0
- package/logger-impl.js +505 -0
- package/logger-impl.js.map +1 -0
- package/logger.d.ts +97 -0
- package/logger.d.ts.map +1 -0
- package/logger.js +150 -0
- package/logger.js.map +1 -0
- package/logger.test.d.ts +2 -0
- package/logger.test.d.ts.map +1 -0
- package/logger.test.js +1577 -0
- package/logger.test.js.map +1 -0
- package/lru-map-set.d.ts +33 -0
- package/lru-map-set.d.ts.map +1 -0
- package/lru-map-set.js +116 -0
- package/lru-map-set.js.map +1 -0
- package/lru-map-set.test.d.ts +2 -0
- package/lru-map-set.test.d.ts.map +1 -0
- package/lru-map-set.test.js +81 -0
- package/lru-map-set.test.js.map +1 -0
- package/node/index.d.ts +4 -45
- package/node/index.d.ts.map +1 -0
- package/node/index.js +3 -222
- package/node/index.js.map +1 -1
- package/node/mock-file-service.d.ts +11 -0
- package/node/mock-file-service.d.ts.map +1 -0
- package/node/mock-file-service.js +31 -0
- package/node/mock-file-service.js.map +1 -0
- package/node/mock-file-service.test.d.ts +2 -0
- package/node/mock-file-service.test.d.ts.map +1 -0
- package/node/mock-file-service.test.js +31 -0
- package/node/mock-file-service.test.js.map +1 -0
- package/node/node-basic-sys-abstraction.d.ts +25 -0
- package/node/node-basic-sys-abstraction.d.ts.map +1 -0
- package/node/node-basic-sys-abstraction.js +45 -0
- package/node/node-basic-sys-abstraction.js.map +1 -0
- package/node/node-env-actions.d.ts +15 -0
- package/node/node-env-actions.d.ts.map +1 -0
- package/node/node-env-actions.js +38 -0
- package/node/node-env-actions.js.map +1 -0
- package/node/node-file-service.d.ts +16 -0
- package/node/node-file-service.d.ts.map +1 -0
- package/node/node-file-service.js +72 -0
- package/node/node-file-service.js.map +1 -0
- package/node/node-sys-abstraction.d.ts +19 -0
- package/node/node-sys-abstraction.d.ts.map +1 -0
- package/node/node-sys-abstraction.js +95 -0
- package/node/node-sys-abstraction.js.map +1 -0
- package/node/node-sys-abstraction.test.d.ts +2 -0
- package/node/node-sys-abstraction.test.d.ts.map +1 -0
- package/node/node-sys-abstraction.test.js +83 -0
- package/node/node-sys-abstraction.test.js.map +1 -0
- package/option.d.ts +26 -0
- package/option.d.ts.map +1 -0
- package/option.js +54 -0
- package/option.js.map +1 -0
- package/package.json +4 -10
- package/path-ops.d.ts +7 -0
- package/path-ops.d.ts.map +1 -0
- package/path-ops.js +35 -0
- package/path-ops.js.map +1 -0
- package/path-ops.test.d.ts +2 -0
- package/path-ops.test.d.ts.map +1 -0
- package/path-ops.test.js +39 -0
- package/path-ops.test.js.map +1 -0
- package/resolve-once.d.ts +59 -0
- package/resolve-once.d.ts.map +1 -0
- package/resolve-once.js +212 -0
- package/resolve-once.js.map +1 -0
- package/resolve-once.test.d.ts +2 -0
- package/resolve-once.test.d.ts.map +1 -0
- package/resolve-once.test.js +392 -0
- package/resolve-once.test.js.map +1 -0
- package/result.d.ts +34 -0
- package/result.d.ts.map +1 -0
- package/result.js +94 -0
- package/result.js.map +1 -0
- package/result.test.d.ts +2 -0
- package/result.test.d.ts.map +1 -0
- package/result.test.js +83 -0
- package/result.test.js.map +1 -0
- package/runtime.d.ts +9 -0
- package/runtime.d.ts.map +1 -0
- package/runtime.js +33 -0
- package/runtime.js.map +1 -0
- package/src/jsr.json +1 -1
- package/src/uri.ts +66 -37
- package/sys-abstraction.d.ts +43 -0
- package/sys-abstraction.d.ts.map +1 -0
- package/sys-abstraction.js +28 -0
- package/sys-abstraction.js.map +1 -0
- package/sys-env.d.ts +46 -0
- package/sys-env.d.ts.map +1 -0
- package/sys-env.js +161 -0
- package/sys-env.js.map +1 -0
- package/sys-env.test.d.ts +2 -0
- package/sys-env.test.d.ts.map +1 -0
- package/sys-env.test.js +170 -0
- package/sys-env.test.js.map +1 -0
- package/test/index.d.ts +3 -4
- package/test/index.d.ts.map +1 -0
- package/test/index.js +2 -13
- package/test/index.js.map +1 -1
- package/test/log-write-stream.d.ts +27 -0
- package/test/log-write-stream.d.ts.map +1 -0
- package/test/log-write-stream.js +78 -0
- package/test/log-write-stream.js.map +1 -0
- package/test/mock-logger.d.ts +14 -0
- package/test/mock-logger.d.ts.map +1 -0
- package/test/mock-logger.js +29 -0
- package/test/mock-logger.js.map +1 -0
- package/test/mock-logger.test.d.ts +2 -0
- package/test/mock-logger.test.d.ts.map +1 -0
- package/test/mock-logger.test.js +63 -0
- package/test/mock-logger.test.js.map +1 -0
- package/test/test-exit-handler.d.ts +2 -0
- package/test/test-exit-handler.d.ts.map +1 -0
- package/test/test-exit-handler.js +61 -0
- package/test/test-exit-handler.js.map +1 -0
- package/time.d.ts +14 -0
- package/time.d.ts.map +1 -0
- package/time.js +13 -0
- package/time.js.map +1 -0
- package/tracer.d.ts +59 -0
- package/tracer.d.ts.map +1 -0
- package/tracer.js +174 -0
- package/tracer.js.map +1 -0
- package/tracer.test.d.ts +2 -0
- package/tracer.test.d.ts.map +1 -0
- package/tracer.test.js +304 -0
- package/tracer.test.js.map +1 -0
- package/ts/smoke/smoke.js +1 -1
- package/ts/smoke/smoke.js.map +1 -1
- package/ts/src/base-sys-abstraction.js +20 -8
- package/ts/src/base-sys-abstraction.js.map +1 -1
- package/ts/src/cf/cf-basic-sys-abstraction.js +3 -3
- package/ts/src/cf/cf-basic-sys-abstraction.js.map +1 -1
- package/ts/src/cf/cf-env-actions.js +3 -1
- package/ts/src/cf/cf-env-actions.js.map +1 -1
- package/ts/src/coerce-binary.js +1 -1
- package/ts/src/coerce-binary.js.map +1 -1
- package/ts/src/deno/deno-basic-sys-abstraction.js +3 -3
- package/ts/src/deno/deno-basic-sys-abstraction.js.map +1 -1
- package/ts/src/deno/deno-env-actions.js +3 -9
- package/ts/src/deno/deno-env-actions.js.map +1 -1
- package/ts/src/deno/deno-file-service.js +2 -0
- package/ts/src/deno/deno-file-service.js.map +1 -1
- package/ts/src/deno/deno-sys-abstraction.js +21 -21
- package/ts/src/deno/deno-sys-abstraction.js.map +1 -1
- package/ts/src/future.js +13 -26
- package/ts/src/future.js.map +1 -1
- package/ts/src/http_header.js +2 -3
- package/ts/src/http_header.js.map +1 -1
- package/ts/src/json-en-decoder.js +3 -2
- package/ts/src/json-en-decoder.js.map +1 -1
- package/ts/src/log-level-impl.js +4 -6
- package/ts/src/log-level-impl.js.map +1 -1
- package/ts/src/log-writer-impl.js +9 -5
- package/ts/src/log-writer-impl.js.map +1 -1
- package/ts/src/logger-impl.js +15 -5
- package/ts/src/logger-impl.js.map +1 -1
- package/ts/src/logger.js +3 -3
- package/ts/src/logger.js.map +1 -1
- package/ts/src/logger.test.js +7 -19
- package/ts/src/logger.test.js.map +1 -1
- package/ts/src/lru-map-set.js +3 -1
- package/ts/src/lru-map-set.js.map +1 -1
- package/ts/src/node/mock-file-service.js +1 -4
- package/ts/src/node/mock-file-service.js.map +1 -1
- package/ts/src/node/node-basic-sys-abstraction.js +4 -3
- package/ts/src/node/node-basic-sys-abstraction.js.map +1 -1
- package/ts/src/node/node-env-actions.js +3 -9
- package/ts/src/node/node-env-actions.js.map +1 -1
- package/ts/src/node/node-file-service.js +1 -0
- package/ts/src/node/node-file-service.js.map +1 -1
- package/ts/src/node/node-sys-abstraction.js +21 -21
- package/ts/src/node/node-sys-abstraction.js.map +1 -1
- package/ts/src/option.js +1 -0
- package/ts/src/option.js.map +1 -1
- package/ts/src/path-ops.js +21 -30
- package/ts/src/path-ops.js.map +1 -1
- package/ts/src/resolve-once.js +17 -13
- package/ts/src/resolve-once.js.map +1 -1
- package/ts/src/result.js +2 -0
- package/ts/src/result.js.map +1 -1
- package/ts/src/sys-abstraction.js +1 -1
- package/ts/src/sys-abstraction.js.map +1 -1
- package/ts/src/sys-env.js +2 -1
- package/ts/src/sys-env.js.map +1 -1
- package/ts/src/sys-env.test.js +6 -19
- package/ts/src/sys-env.test.js.map +1 -1
- package/ts/src/test/log-write-stream.js +10 -6
- package/ts/src/test/log-write-stream.js.map +1 -1
- package/ts/src/test/mock-logger.js +6 -6
- package/ts/src/test/mock-logger.js.map +1 -1
- package/ts/src/test/test-exit-handler.js +1 -2
- package/ts/src/test/test-exit-handler.js.map +1 -1
- package/ts/src/tracer.js +10 -3
- package/ts/src/tracer.js.map +1 -1
- package/ts/src/tracer.test.js +5 -9
- package/ts/src/tracer.test.js.map +1 -1
- package/ts/src/txt-en-decoder.js +2 -4
- package/ts/src/txt-en-decoder.js.map +1 -1
- package/ts/src/types.js +2 -6
- package/ts/src/types.js.map +1 -1
- package/ts/src/uri.d.ts +5 -0
- package/ts/src/uri.d.ts.map +1 -1
- package/ts/src/uri.js +57 -34
- package/ts/src/uri.js.map +1 -1
- package/ts/src/uri.test.js +47 -0
- package/ts/src/uri.test.js.map +1 -1
- package/ts/src/utils/console-write-stream.js +8 -5
- package/ts/src/utils/console-write-stream.js.map +1 -1
- package/ts/src/utils/fanout-write-stream.js +4 -1
- package/ts/src/utils/fanout-write-stream.js.map +1 -1
- package/ts/src/utils/rebuffer.test.js +1 -1
- package/ts/src/utils/rebuffer.test.js.map +1 -1
- package/ts/src/utils/relative-path.js +1 -0
- package/ts/src/utils/relative-path.js.map +1 -1
- package/ts/src/utils/stream-map.test.js +1 -1
- package/ts/src/utils/stream-map.test.js.map +1 -1
- package/ts/src/web/web-basic-sys-abstraction.js +3 -3
- package/ts/src/web/web-basic-sys-abstraction.js.map +1 -1
- package/ts/src/web/web-env-actions.js +2 -1
- package/ts/src/web/web-env-actions.js.map +1 -1
- package/txt-en-decoder.d.ts +11 -0
- package/txt-en-decoder.d.ts.map +1 -0
- package/txt-en-decoder.js +37 -0
- package/txt-en-decoder.js.map +1 -0
- package/txt-en-decoder.test.d.ts +2 -0
- package/txt-en-decoder.test.d.ts.map +1 -0
- package/txt-en-decoder.test.js +48 -0
- package/txt-en-decoder.test.js.map +1 -0
- package/types.d.ts +16 -0
- package/types.d.ts.map +1 -0
- package/types.js +11 -0
- package/types.js.map +1 -0
- package/uri.d.ts +137 -0
- package/uri.d.ts.map +1 -0
- package/uri.js +567 -0
- package/uri.js.map +1 -0
- package/uri.test.d.ts +2 -0
- package/uri.test.d.ts.map +1 -0
- package/uri.test.js +633 -0
- package/uri.test.js.map +1 -0
- package/utils/coerce-uint8.d.ts +8 -0
- package/utils/coerce-uint8.d.ts.map +1 -0
- package/utils/coerce-uint8.js +34 -0
- package/utils/coerce-uint8.js.map +1 -0
- package/utils/console-write-stream.d.ts +21 -0
- package/utils/console-write-stream.d.ts.map +1 -0
- package/utils/console-write-stream.js +66 -0
- package/utils/console-write-stream.js.map +1 -0
- package/utils/fanout-write-stream.d.ts +12 -0
- package/utils/fanout-write-stream.d.ts.map +1 -0
- package/utils/fanout-write-stream.js +27 -0
- package/utils/fanout-write-stream.js.map +1 -0
- package/utils/get-params-result.d.ts +8 -0
- package/utils/get-params-result.d.ts.map +1 -0
- package/utils/get-params-result.js +45 -0
- package/utils/get-params-result.js.map +1 -0
- package/utils/index.d.ts +12 -3
- package/utils/index.d.ts.map +1 -0
- package/utils/index.js +11 -50
- package/utils/index.js.map +1 -1
- package/utils/rebuffer.d.ts +3 -0
- package/utils/rebuffer.d.ts.map +1 -0
- package/utils/rebuffer.js +66 -0
- package/utils/rebuffer.js.map +1 -0
- package/utils/rebuffer.test.d.ts +2 -0
- package/utils/rebuffer.test.d.ts.map +1 -0
- package/utils/rebuffer.test.js +77 -0
- package/utils/rebuffer.test.js.map +1 -0
- package/utils/relative-path.d.ts +18 -0
- package/utils/relative-path.d.ts.map +1 -0
- package/utils/relative-path.js +148 -0
- package/utils/relative-path.js.map +1 -0
- package/utils/relative-path.test.d.ts +2 -0
- package/utils/relative-path.test.d.ts.map +1 -0
- package/utils/relative-path.test.js +187 -0
- package/utils/relative-path.test.js.map +1 -0
- package/utils/sorted-objec.test.d.ts +2 -0
- package/utils/sorted-objec.test.d.ts.map +1 -0
- package/utils/sorted-objec.test.js +20 -0
- package/utils/sorted-objec.test.js.map +1 -0
- package/utils/sorted-object.d.ts +4 -0
- package/utils/sorted-object.d.ts.map +1 -0
- package/utils/sorted-object.js +16 -0
- package/utils/sorted-object.js.map +1 -0
- package/utils/stream-map.d.ts +9 -0
- package/utils/stream-map.d.ts.map +1 -0
- package/utils/stream-map.js +63 -0
- package/utils/stream-map.js.map +1 -0
- package/utils/stream-map.test.d.ts +2 -0
- package/utils/stream-map.test.d.ts.map +1 -0
- package/utils/stream-map.test.js +87 -0
- package/utils/stream-map.test.js.map +1 -0
- package/utils/stream-test-helper.d.ts +17 -0
- package/utils/stream-test-helper.d.ts.map +1 -0
- package/utils/stream-test-helper.js +45 -0
- package/utils/stream-test-helper.js.map +1 -0
- package/utils/stream2string.d.ts +3 -0
- package/utils/stream2string.d.ts.map +1 -0
- package/utils/stream2string.js +48 -0
- package/utils/stream2string.js.map +1 -0
- package/utils/stream2string.test.d.ts +2 -0
- package/utils/stream2string.test.d.ts.map +1 -0
- package/utils/stream2string.test.js +29 -0
- package/utils/stream2string.test.js.map +1 -0
- package/utils/string2stream.d.ts +4 -0
- package/utils/string2stream.d.ts.map +1 -0
- package/utils/string2stream.js +13 -0
- package/utils/string2stream.js.map +1 -0
- package/utils/string2stream.test.d.ts +2 -0
- package/utils/string2stream.test.d.ts.map +1 -0
- package/utils/string2stream.test.js +6 -0
- package/utils/string2stream.test.js.map +1 -0
- package/utils/stripper.d.ts +3 -0
- package/utils/stripper.d.ts.map +1 -0
- package/utils/stripper.js +59 -0
- package/utils/stripper.js.map +1 -0
- package/utils/stripper.test.d.ts +2 -0
- package/utils/stripper.test.d.ts.map +1 -0
- package/utils/stripper.test.js +128 -0
- package/utils/stripper.test.js.map +1 -0
- package/utils/uint8array-equal.d.ts +2 -0
- package/utils/uint8array-equal.d.ts.map +1 -0
- package/utils/uint8array-equal.js +12 -0
- package/utils/uint8array-equal.js.map +1 -0
- package/version.d.ts +2 -0
- package/version.d.ts.map +1 -0
- package/version.js +4 -0
- package/version.js.map +1 -0
- package/web/index.d.ts +2 -7
- package/web/index.d.ts.map +1 -0
- package/web/index.js +1 -7
- package/web/index.js.map +1 -1
- package/web/web-basic-sys-abstraction.d.ts +4 -0
- package/web/web-basic-sys-abstraction.d.ts.map +1 -0
- package/web/web-basic-sys-abstraction.js +45 -0
- package/web/web-basic-sys-abstraction.js.map +1 -0
- package/web/web-env-actions.d.ts +14 -0
- package/web/web-env-actions.d.ts.map +1 -0
- package/web/web-env-actions.js +36 -0
- package/web/web-env-actions.js.map +1 -0
- package/base-sys-abstraction-DgTynXGV.d.cts +0 -95
- package/cf/index.cjs +0 -1110
- package/cf/index.cjs.map +0 -1
- package/cf/index.d.cts +0 -30
- package/chunk-FOALXQST.js +0 -89
- package/chunk-FOALXQST.js.map +0 -1
- package/chunk-FURW5CDL.js +0 -792
- package/chunk-FURW5CDL.js.map +0 -1
- package/chunk-NJMNJYN2.js +0 -270
- package/chunk-NJMNJYN2.js.map +0 -1
- package/chunk-NTOGMD33.js +0 -684
- package/chunk-NTOGMD33.js.map +0 -1
- package/chunk-O3CWMM7E.js +0 -1678
- package/chunk-O3CWMM7E.js.map +0 -1
- package/deno/index.cjs +0 -1280
- package/deno/index.cjs.map +0 -1
- package/deno/index.d.cts +0 -37
- package/get-params-result-4xHM5s4_.d.cts +0 -71
- package/get-params-result-4xHM5s4_.d.ts +0 -71
- package/index-CMLb7JSe.d.ts +0 -97
- package/index-DL2hPDP5.d.cts +0 -296
- package/index-DTF3tq6t.d.ts +0 -296
- package/index-LQOsS7gM.d.cts +0 -97
- package/index.cjs +0 -4006
- package/index.cjs.map +0 -1
- package/index.d.cts +0 -396
- package/metafile-cjs.json +0 -1
- package/metafile-esm.json +0 -1
- package/node/index.cjs +0 -1335
- package/node/index.cjs.map +0 -1
- package/node/index.d.cts +0 -45
- package/stripper-BpBUUZ9p.d.cts +0 -4
- package/stripper-BpBUUZ9p.d.ts +0 -4
- package/sys-abstraction-CeAxxg9H.d.ts +0 -117
- package/sys-abstraction-DDAwGTnk.d.cts +0 -117
- package/test/index.cjs +0 -2991
- package/test/index.cjs.map +0 -1
- package/test/index.d.cts +0 -4
- package/utils/index.cjs +0 -778
- package/utils/index.cjs.map +0 -1
- package/utils/index.d.cts +0 -3
- package/web/index.cjs +0 -1153
- package/web/index.cjs.map +0 -1
- package/web/index.d.cts +0 -7
package/index.d.ts
CHANGED
@@ -1,396 +1,29 @@
|
|
1
|
-
|
2
|
-
export
|
3
|
-
|
4
|
-
export
|
5
|
-
|
6
|
-
export
|
7
|
-
export
|
8
|
-
export
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
private readonly _space?;
|
31
|
-
constructor(txtEnde: TxtEnDecoder, space?: number);
|
32
|
-
format(attr: LogSerializable): Uint8Array;
|
33
|
-
}
|
34
|
-
interface LoggerImplParams {
|
35
|
-
readonly out?: WritableStream<Uint8Array>;
|
36
|
-
readonly logWriter?: LogWriterStream;
|
37
|
-
readonly sys?: BasicSysAbstraction;
|
38
|
-
readonly withAttributes?: LogSerializable;
|
39
|
-
readonly levelHandler?: LevelHandler;
|
40
|
-
readonly txtEnDe?: TxtEnDecoder;
|
41
|
-
readonly formatter?: LogFormatter;
|
42
|
-
}
|
43
|
-
declare class LoggerImpl implements Logger {
|
44
|
-
readonly _sys: BasicSysAbstraction;
|
45
|
-
readonly _attributes: LogSerializable;
|
46
|
-
readonly _withAttributes: LogSerializable;
|
47
|
-
readonly _logWriter: LogWriterStream;
|
48
|
-
readonly levelHandler: LevelHandler;
|
49
|
-
readonly _txtEnDe: TxtEnDecoder;
|
50
|
-
_formatter: LogFormatter;
|
51
|
-
constructor(params?: LoggerImplParams);
|
52
|
-
TxtEnDe(): TxtEnDecoder;
|
53
|
-
Attributes(): Record<string, unknown>;
|
54
|
-
SetExposeStack(enable?: boolean): Logger;
|
55
|
-
EnableLevel(level: Level, ...modules: string[]): Logger;
|
56
|
-
DisableLevel(level: Level, ...modules: string[]): Logger;
|
57
|
-
Module(key: string): Logger;
|
58
|
-
SetDebug(...modules: (string | string[])[]): Logger;
|
59
|
-
SetIgnoreAttribute(re?: RegExp): Logger;
|
60
|
-
SetFormatter(formatter: LogFormatter): Logger;
|
61
|
-
Timestamp(): Logger;
|
62
|
-
Warn(): Logger;
|
63
|
-
Log(): Logger;
|
64
|
-
Debug(): Logger;
|
65
|
-
Error(): Logger;
|
66
|
-
Info(): Logger;
|
67
|
-
Err<T>(err: T | Result<T> | Error): Logger;
|
68
|
-
WithLevel(l: Level): Logger;
|
69
|
-
Ref(key: string, action: {
|
70
|
-
toString: () => string;
|
71
|
-
} | FnSerialized): Logger;
|
72
|
-
Bool(key: string | Record<string, unknown>, value: unknown): Logger;
|
73
|
-
Http(...mix: (HttpType | string)[]): Logger;
|
74
|
-
Pair(x: Record<string, unknown>): Logger;
|
75
|
-
Result<T>(key: string, res: Result<T, Error>): Logger;
|
76
|
-
Len(value: unknown, key?: string): Logger;
|
77
|
-
Hash(value: unknown, key?: string): Logger;
|
78
|
-
Url(url: CoerceURI, key?: string): Logger;
|
79
|
-
private coerceKey;
|
80
|
-
Str(key: string | Record<string, string>, value?: string): Logger;
|
81
|
-
Any(key: string | Record<string, unknown>, value?: unknown): Logger;
|
82
|
-
Dur(key: string, nsec: number): Logger;
|
83
|
-
Uint64(key: string | Record<string, number>, value?: number): Logger;
|
84
|
-
Int(key: string | Record<string, number>, value?: number): Logger;
|
85
|
-
Flush(): Promise<void>;
|
86
|
-
With(): WithLogger;
|
87
|
-
_resetAttributes(fn: () => () => Uint8Array): () => Uint8Array;
|
88
|
-
Msg(...args: string[]): AsError;
|
89
|
-
}
|
90
|
-
|
91
|
-
declare class LevelHandlerImpl implements LevelHandler {
|
92
|
-
readonly _globalLevels: Set<Level>;
|
93
|
-
readonly _modules: Map<string, Set<Level>>;
|
94
|
-
ignoreAttr: Option<RegExp>;
|
95
|
-
isStackExposed: boolean;
|
96
|
-
enableLevel(level: Level, ...modules: string[]): void;
|
97
|
-
disableLevel(level: Level, ...modules: string[]): void;
|
98
|
-
setExposeStack(enable?: boolean): void;
|
99
|
-
setIgnoreAttr(re?: RegExp): void;
|
100
|
-
forModules(level: Level, fnAction: (p: string) => void, ...modules: (string | string[])[]): void;
|
101
|
-
setDebug(...modules: (string | string[])[]): void;
|
102
|
-
isEnabled(ilevel: unknown, module: unknown): boolean;
|
103
|
-
}
|
104
|
-
declare function LevelHandlerSingleton(): LevelHandler;
|
105
|
-
|
106
|
-
type TraceCtx = {
|
107
|
-
readonly spanId: string;
|
108
|
-
readonly time: Time;
|
109
|
-
readonly parent: TraceNode;
|
110
|
-
readonly metrics: Map<string, Metric<unknown>>;
|
111
|
-
readonly logger?: Logger;
|
112
|
-
} & Record<string, unknown>;
|
113
|
-
type CleanCtx = {
|
114
|
-
readonly spanId: string;
|
115
|
-
} & Record<string, unknown>;
|
116
|
-
type TraceCtxParam = {
|
117
|
-
readonly spanId: string;
|
118
|
-
} & Partial<{
|
119
|
-
readonly time: Time;
|
120
|
-
readonly parent: TraceNode;
|
121
|
-
readonly logger: Logger;
|
122
|
-
}> & Record<string, unknown>;
|
123
|
-
declare class Metric<T> {
|
124
|
-
value?: T;
|
125
|
-
readonly path: string;
|
126
|
-
constructor(path: string);
|
127
|
-
set(value: T): void;
|
128
|
-
add<R extends number | ArrayLike<T>>(value: R): void;
|
129
|
-
}
|
130
|
-
type MetricMap = Map<string, Metric<unknown>>;
|
131
|
-
declare class Metrics {
|
132
|
-
readonly tracenode: TraceNode;
|
133
|
-
private readonly map;
|
134
|
-
readonly spanRefs: MetricMap;
|
135
|
-
constructor(tracenode: TraceNode);
|
136
|
-
toJSON(): Record<string, unknown>;
|
137
|
-
get<T>(ipath: string): Metric<T>;
|
138
|
-
}
|
139
|
-
interface Invokaction {
|
140
|
-
readonly result: "success" | "error";
|
141
|
-
readonly start: number;
|
142
|
-
readonly end: number;
|
143
|
-
readonly metrics?: Metrics;
|
144
|
-
}
|
145
|
-
type TraceNodeMap = Map<string, TraceNode>;
|
146
|
-
declare class TraceNode {
|
147
|
-
readonly childs: TraceNodeMap;
|
148
|
-
readonly invokations: Invokaction[];
|
149
|
-
readonly spanId: string;
|
150
|
-
readonly ctx: TraceCtx;
|
151
|
-
readonly metrics: Metrics;
|
152
|
-
static root(time: Time, logger?: Logger): TraceNode;
|
153
|
-
constructor(ctx: TraceCtx);
|
154
|
-
getRootPath(rpath?: string[]): string;
|
155
|
-
invokes(): {
|
156
|
-
ctx: CleanCtx;
|
157
|
-
invokations: Invokaction[];
|
158
|
-
};
|
159
|
-
ctxWith(spanId: string, logger?: Logger): TraceCtxParam;
|
160
|
-
span<V extends (trace: TraceNode) => Promise<T> | T, T>(inSpanId: string | TraceCtxParam, fn: V): ReturnType<V>;
|
161
|
-
}
|
162
|
-
|
163
|
-
interface LRUParam {
|
164
|
-
readonly maxEntries: number;
|
165
|
-
readonly maxAge: number;
|
166
|
-
}
|
167
|
-
declare class LRUSet<T> {
|
168
|
-
private readonly _lruMap;
|
169
|
-
constructor(param?: Partial<LRUParam>);
|
170
|
-
setParam(param?: Partial<LRUParam>): void;
|
171
|
-
get size(): number;
|
172
|
-
has(key: T): boolean;
|
173
|
-
add(key: T): void;
|
174
|
-
delete(key: T): void;
|
175
|
-
clear(): void;
|
176
|
-
forEach(callbackfn: (value: T, key: T) => void): void;
|
177
|
-
entries(): IterableIterator<[T, T]>;
|
178
|
-
}
|
179
|
-
declare class LRUMap<T, K> {
|
180
|
-
private _map;
|
181
|
-
private param;
|
182
|
-
constructor(c?: Partial<LRUParam>);
|
183
|
-
private touch;
|
184
|
-
setParam(param?: Partial<LRUParam>): void;
|
185
|
-
has(key: T): boolean;
|
186
|
-
get size(): number;
|
187
|
-
getSet(key: T, createFN: (key: T) => Promise<K>): Promise<K | undefined>;
|
188
|
-
get(key: T): K | undefined;
|
189
|
-
set(key: T, value: K): void;
|
190
|
-
delete(key: T): void;
|
191
|
-
clear(): void;
|
192
|
-
forEach(callbackfn: (value: K, key: T, map: Map<T, K>) => void): void;
|
193
|
-
entries(): IterableIterator<[T, K]>;
|
194
|
-
}
|
195
|
-
|
196
|
-
interface ResolveSeqItem<T, C> {
|
197
|
-
readonly future: Future<T>;
|
198
|
-
readonly fn: (c: C) => Promise<T>;
|
199
|
-
readonly id?: number;
|
200
|
-
}
|
201
|
-
declare class ResolveSeq<T, C = void> {
|
202
|
-
readonly ctx: C;
|
203
|
-
constructor(ctx?: C);
|
204
|
-
reset(): void;
|
205
|
-
readonly _flushWaiting: Future<void>[];
|
206
|
-
flush(): Promise<void>;
|
207
|
-
_step(item?: ResolveSeqItem<T, C>): Promise<void>;
|
208
|
-
readonly _seqFutures: ResolveSeqItem<T, C>[];
|
209
|
-
add(fn: (c: C) => Promise<T>, id?: number): Promise<T>;
|
210
|
-
}
|
211
|
-
declare class ResolveOnce<T, CTX = void> {
|
212
|
-
_onceDone: boolean;
|
213
|
-
readonly _onceFutures: Future<T>[];
|
214
|
-
_onceOk: boolean;
|
215
|
-
_onceValue?: T;
|
216
|
-
_onceError?: Error;
|
217
|
-
_isPromise: boolean;
|
218
|
-
_inProgress?: Future<T>;
|
219
|
-
readonly ctx: CTX;
|
220
|
-
constructor(ctx?: CTX);
|
221
|
-
get ready(): boolean;
|
222
|
-
reset(): void;
|
223
|
-
once<R>(fn: (c: CTX) => R): R;
|
224
|
-
}
|
225
|
-
interface KeyedParam {
|
226
|
-
readonly lru: Partial<LRUParam>;
|
227
|
-
}
|
228
|
-
declare class Keyed<T extends {
|
229
|
-
reset: () => void;
|
230
|
-
}, K = string> {
|
231
|
-
protected readonly _map: LRUMap<K, T>;
|
232
|
-
readonly factory: (key: K) => T;
|
233
|
-
constructor(factory: (key: K) => T, params: Partial<KeyedParam>);
|
234
|
-
setParam(params: KeyedParam): void;
|
235
|
-
asyncGet(key: () => Promise<K>): Promise<T>;
|
236
|
-
get(key: K | (() => K)): T;
|
237
|
-
unget(key: K): void;
|
238
|
-
reset(): void;
|
239
|
-
}
|
240
|
-
declare class KeyedResolvOnce<T, K = string> extends Keyed<ResolveOnce<T, K>, K> {
|
241
|
-
constructor(kp?: Partial<KeyedParam>);
|
242
|
-
values(): {
|
243
|
-
key: K;
|
244
|
-
value: Result<T>;
|
245
|
-
}[];
|
246
|
-
}
|
247
|
-
declare class KeyedResolvSeq<T, K = string> extends Keyed<ResolveSeq<T, K>, K> {
|
248
|
-
constructor(kp?: Partial<KeyedParam>);
|
249
|
-
}
|
250
|
-
|
251
|
-
interface Runtime {
|
252
|
-
isNodeIsh: boolean;
|
253
|
-
isBrowser: boolean;
|
254
|
-
isDeno: boolean;
|
255
|
-
isReactNative: boolean;
|
256
|
-
isCFWorker: boolean;
|
257
|
-
}
|
258
|
-
declare function runtimeFn(): Runtime;
|
259
|
-
|
260
|
-
interface CTJsonWebKey {
|
261
|
-
alg?: string;
|
262
|
-
crv?: string;
|
263
|
-
d?: string;
|
264
|
-
dp?: string;
|
265
|
-
dq?: string;
|
266
|
-
e?: string;
|
267
|
-
ext?: boolean;
|
268
|
-
k?: string;
|
269
|
-
key_ops?: string[];
|
270
|
-
kty?: string;
|
271
|
-
n?: string;
|
272
|
-
oth?: RsaOtherPrimesInfo[];
|
273
|
-
p?: string;
|
274
|
-
q?: string;
|
275
|
-
qi?: string;
|
276
|
-
use?: string;
|
277
|
-
x?: string;
|
278
|
-
y?: string;
|
279
|
-
}
|
280
|
-
type CTKeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
|
281
|
-
type CTKeyUsage = "decrypt" | "deriveBits" | "deriveKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
|
282
|
-
interface CTAlgorithm {
|
283
|
-
name: string;
|
284
|
-
}
|
285
|
-
type CTAlgorithmIdentifier = CTAlgorithm | string;
|
286
|
-
interface CTRsaHashedImportParams extends CTAlgorithm {
|
287
|
-
hash: CTAlgorithmIdentifier;
|
288
|
-
}
|
289
|
-
type CTNamedCurve = string;
|
290
|
-
interface CTEcKeyImportParams extends CTAlgorithm {
|
291
|
-
namedCurve: CTNamedCurve;
|
292
|
-
}
|
293
|
-
interface CTHmacImportParams extends CTAlgorithm {
|
294
|
-
hash: CTAlgorithmIdentifier;
|
295
|
-
length?: number;
|
296
|
-
}
|
297
|
-
interface CTAesKeyAlgorithm extends CTAlgorithm {
|
298
|
-
length: number;
|
299
|
-
}
|
300
|
-
type CTKeyType = "private" | "public" | "secret";
|
301
|
-
interface CTCryptoKey {
|
302
|
-
readonly algorithm: CTAlgorithm;
|
303
|
-
readonly extractable: boolean;
|
304
|
-
readonly type: CTKeyType;
|
305
|
-
readonly usages: CTKeyUsage[];
|
306
|
-
}
|
307
|
-
interface CTArrayBufferTypes {
|
308
|
-
ArrayBuffer: ArrayBuffer;
|
309
|
-
}
|
310
|
-
type CTArrayBufferLike = CTArrayBufferTypes[keyof CTArrayBufferTypes];
|
311
|
-
interface CTArrayBufferView {
|
312
|
-
buffer: CTArrayBufferLike;
|
313
|
-
byteLength: number;
|
314
|
-
byteOffset: number;
|
315
|
-
}
|
316
|
-
type CTBufferSource = CTArrayBufferView | ArrayBuffer | Uint8Array;
|
317
|
-
interface CryptoRuntime {
|
318
|
-
importKey(format: CTKeyFormat, keyData: CTJsonWebKey | CTBufferSource, algorithm: CTAlgorithmIdentifier | CTRsaHashedImportParams | CTEcKeyImportParams | CTHmacImportParams | CTAesKeyAlgorithm, extractable: boolean, keyUsages: CTKeyUsage[]): Promise<CTCryptoKey>;
|
319
|
-
exportKey(format: CTKeyFormat, key: CTCryptoKey): Promise<CTJsonWebKey | ArrayBuffer>;
|
320
|
-
decrypt(algo: {
|
321
|
-
name: string;
|
322
|
-
iv: Uint8Array;
|
323
|
-
tagLength: number;
|
324
|
-
}, key: CTCryptoKey, data: Uint8Array): Promise<ArrayBuffer>;
|
325
|
-
encrypt(algo: {
|
326
|
-
name: string;
|
327
|
-
iv: Uint8Array;
|
328
|
-
tagLength: number;
|
329
|
-
}, key: CTCryptoKey, data: Uint8Array): Promise<ArrayBuffer>;
|
330
|
-
digestSHA256(data: Uint8Array): Promise<ArrayBuffer>;
|
331
|
-
randomBytes(size: number): Uint8Array;
|
332
|
-
}
|
333
|
-
declare function toCryptoRuntime(cryptoOpts?: Partial<CryptoRuntime>): CryptoRuntime;
|
334
|
-
|
335
|
-
declare function bin2text(hex: ArrayBufferView, lineFn: (line: string) => void, size?: number): void;
|
336
|
-
declare function bin2string(hex: ArrayBufferView, size?: number): string;
|
337
|
-
|
338
|
-
declare const VERSION: string;
|
339
|
-
|
340
|
-
declare class HeadersImpl extends Headers {
|
341
|
-
readonly _headers: Map<string, string>;
|
342
|
-
constructor(init: Map<string, string>);
|
343
|
-
[Symbol.iterator](): IterableIterator<[string, string]>;
|
344
|
-
entries(): IterableIterator<[string, string]>;
|
345
|
-
keys(): IterableIterator<string>;
|
346
|
-
values(): IterableIterator<string>;
|
347
|
-
append(key: string, value: string | string[] | undefined): HeadersImpl;
|
348
|
-
}
|
349
|
-
declare class HttpHeader {
|
350
|
-
readonly _headers: Map<string, string[]>;
|
351
|
-
static from(headers?: HeadersInit | Headers | HttpHeader): HttpHeader;
|
352
|
-
_asStringString(): Map<string, string>;
|
353
|
-
_key(key: string): string;
|
354
|
-
Values(key: string): string[];
|
355
|
-
Get(key: string): string | undefined;
|
356
|
-
Set(key: string, valueOr: string | string[]): HttpHeader;
|
357
|
-
Add(key: string, value: string | string[] | undefined): HttpHeader;
|
358
|
-
Del(ey: string): HttpHeader;
|
359
|
-
Items(): [string, string[]][];
|
360
|
-
SortItems(): [string, string[]][];
|
361
|
-
Clone(): HttpHeader;
|
362
|
-
AsRecordStringStringArray(): Record<string, string[]>;
|
363
|
-
AsRecordStringString(): Record<string, string>;
|
364
|
-
AsHeaderInit(): HeadersInit;
|
365
|
-
AsHeaders(): Headers;
|
366
|
-
Merge(other?: HttpHeader): HttpHeader;
|
367
|
-
}
|
368
|
-
|
369
|
-
interface PathOps {
|
370
|
-
join(...args: string[]): string;
|
371
|
-
dirname(path: string): string;
|
372
|
-
basename(path: string): string;
|
373
|
-
}
|
374
|
-
declare const pathOps: PathOps;
|
375
|
-
|
376
|
-
interface JSONEnDecoder {
|
377
|
-
stringify<T>(input: Result<T> | T, replacer?: (this: any, key: string, value: any) => any, space?: string | number): string;
|
378
|
-
asyncStringify<T>(input: Promise<Result<T> | T>, replacer?: (this: any, key: string, value: any) => any, space?: string | number): Promise<string>;
|
379
|
-
uint8ify<T>(input: Result<T> | T, replacer?: (this: any, key: string, value: any) => any, space?: string | number): Uint8Array;
|
380
|
-
asyncUint8ify<T>(input: Promise<Result<T> | T>, replacer?: (this: any, key: string, value: any) => any, space?: string | number): Promise<Uint8Array>;
|
381
|
-
parse<T>(input: ToEnDecoder, reviver?: (this: any, key: string, value: any) => any): Result<T>;
|
382
|
-
asyncParse<T>(input: AsyncToEnDecoder, reviver?: (this: any, key: string, value: any) => any): Promise<Result<T>>;
|
383
|
-
}
|
384
|
-
declare function JSONEnDecoderSingleton(txtEnde?: TxtEnDecoder): JSONEnDecoder;
|
385
|
-
|
386
|
-
type CoerceBinaryInput = string | ArrayBufferLike | ArrayBufferView | Uint8Array;
|
387
|
-
declare function top_uint8(input: CoerceBinaryInput | Blob): Promise<Uint8Array>;
|
388
|
-
declare function to_uint8(input: CoerceBinaryInput, encoder?: TextEncoder): Uint8Array;
|
389
|
-
declare function to_blob(input: CoerceBinaryInput | Blob, encoder?: TextEncoder): Blob;
|
390
|
-
declare function to_arraybuf(input: CoerceBinaryInput, encoder?: TextEncoder): ArrayBuffer;
|
391
|
-
|
392
|
-
type UnPromisify<T> = T extends Promise<infer U> ? U : T;
|
393
|
-
type Promisable<T> = T | Promise<T>;
|
394
|
-
declare function isPromise<T>(a: T): a is T extends Promise<unknown> ? T : never;
|
395
|
-
|
396
|
-
export { AsError, AsyncToEnDecoder, BasicSysAbstraction, type CTAesKeyAlgorithm, type CTAlgorithm, type CTAlgorithmIdentifier, type CTArrayBufferView, type CTBufferSource, type CTCryptoKey, type CTEcKeyImportParams, type CTHmacImportParams, type CTJsonWebKey, type CTKeyFormat, type CTKeyType, type CTKeyUsage, type CTNamedCurve, type CTRsaHashedImportParams, type CleanCtx, type CoerceBinaryInput, CoerceURI, type CryptoRuntime, FnSerialized, Future, HeadersImpl, HttpHeader, HttpType, type Invokaction, type JSONEnDecoder, JSONEnDecoderSingleton, JSONFormatter, Keyed, type KeyedParam, KeyedResolvOnce, KeyedResolvSeq, LRUMap, type LRUParam, LRUSet, Level, LevelHandler, LevelHandlerImpl, LevelHandlerSingleton, LogFormatter, LogSerializable, Logger, LoggerImpl, type LoggerImplParams, Metric, type MetricMap, Metrics, Option, type PathOps, type Promisable, ResolveOnce, ResolveSeq, Result, type Runtime, Time, ToEnDecoder, type TraceCtx, type TraceCtxParam, TraceNode, type TraceNodeMap, TxtEnDecoder, type UnPromisify, VERSION, WithLogger, YAMLFormatter, bin2string, bin2text, isPromise, pathOps, runtimeFn, toCryptoRuntime, to_arraybuf, to_blob, to_uint8, top_uint8 };
|
1
|
+
export * from "./file-service.js";
|
2
|
+
export * from "./logger-impl.js";
|
3
|
+
export * from "./logger.js";
|
4
|
+
export * from "./sys-abstraction.js";
|
5
|
+
export * from "./sys-env.js";
|
6
|
+
export * from "./time.js";
|
7
|
+
export * from "./test/index.js";
|
8
|
+
export * from "./txt-en-decoder.js";
|
9
|
+
export * from "./log-level-impl.js";
|
10
|
+
export * from "./result.js";
|
11
|
+
export * from "./option.js";
|
12
|
+
export * from "./future.js";
|
13
|
+
export * from "./tracer.js";
|
14
|
+
export * from "./resolve-once.js";
|
15
|
+
export * from "./runtime.js";
|
16
|
+
export * from "./uri.js";
|
17
|
+
export * from "./crypto.js";
|
18
|
+
export * from "./base-sys-abstraction.js";
|
19
|
+
export * from "./bin2text.js";
|
20
|
+
export * from "./version.js";
|
21
|
+
export * from "./http_header.js";
|
22
|
+
export * from "./path-ops.js";
|
23
|
+
export * from "./json-en-decoder.js";
|
24
|
+
export * from "./types.js";
|
25
|
+
export * from "./lru-map-set.js";
|
26
|
+
export * from "./coerce-binary.js";
|
27
|
+
export * from "./is-promise.js";
|
28
|
+
export * as utils from "./utils/index.js";
|
29
|
+
//# sourceMappingURL=index.d.ts.map
|
package/index.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAGhC,OAAO,KAAK,KAAK,MAAM,kBAAkB,CAAC"}
|