Skip to content

Commit d87f2e7

Browse files
committed
chore(release): 2.0.3
1 parent 754f638 commit d87f2e7

29 files changed

+867
-939
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.0.3](https://github.com/pixu1980/detector-js/compare/v1.3.2...v2.0.3) (2023-05-01)
6+
7+
8+
### Features
9+
10+
* **docs:** improved typedoc docs generation, updated usage ex ([5308768](https://github.com/pixu1980/detector-js/commit/5308768141135b092158b7ebb1ec5c4515ed98c9))
11+
* **docs:** replaced jsdoc with typedoc ([7595bb9](https://github.com/pixu1980/detector-js/commit/7595bb9c0f0c648c073bfbaa048e36ce7186b4d1))
12+
* **parcel:** replaced rollup with parcel ([ebe9128](https://github.com/pixu1980/detector-js/commit/ebe9128096d7195bc20e80e93c991ea7aa06b3c8))
13+
* **ts:** typescript rework ([4838e91](https://github.com/pixu1980/detector-js/commit/4838e9120d11100d026afbc9758dfaf75e5c1d92))
14+
15+
16+
### Bug Fixes
17+
18+
* **build-broken:** sorry for this, now should work ([754f638](https://github.com/pixu1980/detector-js/commit/754f6389477df0995389eea06801319252d4989f))
19+
520
### [2.0.2](https://github.com/pixu1980/detector-js/compare/v1.3.2...v2.0.2) (2023-04-24)
621

722

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# detector-js
2-
v2.0.2
2+
v2.0.3
33

44
## Description
55
DetectorJS, zero-dependency platform/environment detector written in TypeScript
@@ -156,10 +156,10 @@ console.log(detector);
156156
- [@parcel/packager-ts](https://ghub.io/@parcel/packager-ts): DetectorJS, zero-dependency platform/environment detector written in TypeScript
157157
- [@parcel/transformer-typescript-types](https://ghub.io/@parcel/transformer-typescript-types): DetectorJS, zero-dependency platform/environment detector written in TypeScript
158158
- [@types/node](https://ghub.io/@types/node): TypeScript definitions for Node.js
159-
- [changelog](https://ghub.io/changelog): Command line tool (and Node module) that generates a changelog in color output, markdown, or json for modules in npmjs.org's registry as well as any public github.com repo.
160159
- [lerna](https://ghub.io/lerna): Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository
161160
- [parcel](https://ghub.io/parcel): Blazing fast, zero configuration web application bundler
162161
- [pkg-2-readme](https://ghub.io/pkg-2-readme): Generate a README.md from package.json contents
162+
- [standard-version](https://ghub.io/standard-version): replacement for `npm version` with automatic CHANGELOG generation
163163
- [typedoc](https://ghub.io/typedoc): Create api documentation for TypeScript projects.
164164
- [typescript](https://ghub.io/typescript): TypeScript is a language for application scale JavaScript development
165165

dist/detector.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/highlight.css

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
:root {
2-
--light-hl-0: #000000;
3-
--dark-hl-0: #D4D4D4;
4-
--light-hl-1: #A31515;
5-
--dark-hl-1: #CE9178;
6-
--light-hl-2: #AF00DB;
7-
--dark-hl-2: #C586C0;
8-
--light-hl-3: #001080;
9-
--dark-hl-3: #9CDCFE;
10-
--light-hl-4: #0000FF;
11-
--dark-hl-4: #569CD6;
12-
--light-hl-5: #0070C1;
13-
--dark-hl-5: #4FC1FF;
14-
--light-hl-6: #795E26;
15-
--dark-hl-6: #DCDCAA;
2+
--light-hl-0: #795E26;
3+
--dark-hl-0: #DCDCAA;
4+
--light-hl-1: #000000;
5+
--dark-hl-1: #D4D4D4;
6+
--light-hl-2: #A31515;
7+
--dark-hl-2: #CE9178;
8+
--light-hl-3: #AF00DB;
9+
--dark-hl-3: #C586C0;
10+
--light-hl-4: #001080;
11+
--dark-hl-4: #9CDCFE;
12+
--light-hl-5: #0000FF;
13+
--dark-hl-5: #569CD6;
14+
--light-hl-6: #0070C1;
15+
--dark-hl-6: #4FC1FF;
1616
--light-hl-7: #008000;
1717
--dark-hl-7: #6A9955;
1818
--light-code-background: #FFFFFF;

docs/assets/main.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/style.css

Lines changed: 56 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@
5151
--dark-color-text-aside: #dddddd;
5252
--dark-color-link: #00aff4;
5353

54-
--dark-color-ts-project: #e14dff;
54+
--dark-color-ts-project: #e358ff;
5555
--dark-color-ts-module: var(--dark-color-ts-project);
5656
--dark-color-ts-namespace: var(--dark-color-ts-project);
5757
--dark-color-ts-enum: #f4d93e;
5858
--dark-color-ts-enum-member: var(--dark-color-ts-enum);
5959
--dark-color-ts-variable: #798dff;
60-
--dark-color-ts-function: #9772ff;
60+
--dark-color-ts-function: #a280ff;
6161
--dark-color-ts-class: #8ac4ff;
6262
--dark-color-ts-interface: #6cff87;
6363
--dark-color-ts-constructor: var(--dark-color-ts-class);
@@ -262,6 +262,16 @@ h6 {
262262
line-height: 1.2;
263263
}
264264

265+
h1 > a,
266+
h2 > a,
267+
h3 > a,
268+
h4 > a,
269+
h5 > a,
270+
h6 > a {
271+
text-decoration: none;
272+
color: var(--color-text);
273+
}
274+
265275
h1 {
266276
font-size: 1.875rem;
267277
margin: 0.67rem 0;
@@ -296,12 +306,6 @@ h6 {
296306
text-transform: uppercase;
297307
}
298308

299-
pre {
300-
white-space: pre;
301-
white-space: pre-wrap;
302-
word-wrap: break-word;
303-
}
304-
305309
dl,
306310
menu,
307311
ol,
@@ -426,13 +430,29 @@ pre {
426430
}
427431

428432
pre {
433+
position: relative;
434+
white-space: pre;
435+
white-space: pre-wrap;
436+
word-wrap: break-word;
429437
padding: 10px;
430-
border: 0.1em solid var(--color-accent);
438+
border: 1px solid var(--color-accent);
431439
}
432440
pre code {
433441
padding: 0;
434442
font-size: 100%;
435443
}
444+
pre > button {
445+
position: absolute;
446+
top: 10px;
447+
right: 10px;
448+
opacity: 0;
449+
transition: opacity 0.1s;
450+
box-sizing: border-box;
451+
}
452+
pre:hover > button,
453+
pre > button.visible {
454+
opacity: 1;
455+
}
436456

437457
blockquote {
438458
margin: 1em 0;
@@ -676,7 +696,12 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
676696
.tsd-navigation.settings {
677697
margin: 1rem 0;
678698
}
699+
.tsd-navigation > a,
700+
.tsd-navigation .tsd-accordion-summary {
701+
width: calc(100% - 0.5rem);
702+
}
679703
.tsd-navigation a,
704+
.tsd-navigation summary > span,
680705
.tsd-page-navigation a {
681706
display: inline-flex;
682707
align-items: center;
@@ -685,14 +710,6 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
685710
text-decoration: none;
686711
box-sizing: border-box;
687712
}
688-
.tsd-navigation a {
689-
/* why 3rem? No idea, but it seems to work. */
690-
width: calc(100% - 3rem);
691-
}
692-
.tsd-page-navigation a {
693-
/* why is this different? */
694-
width: 100%;
695-
}
696713
.tsd-navigation a.current,
697714
.tsd-page-navigation a.current {
698715
background: var(--color-active-menu-item);
@@ -703,7 +720,8 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
703720
}
704721
.tsd-navigation ul,
705722
.tsd-page-navigation ul {
706-
margin: 0;
723+
margin-top: 0;
724+
margin-bottom: 0;
707725
padding: 0;
708726
list-style: none;
709727
}
@@ -712,18 +730,24 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
712730
padding: 0;
713731
max-width: 100%;
714732
}
715-
.tsd-nested-navigation > li > a {
733+
.tsd-nested-navigation {
716734
margin-left: 3rem;
717735
}
718736
.tsd-nested-navigation > li > details {
719-
margin-left: 1.5rem;
737+
margin-left: -1.5rem;
720738
}
721-
.tsd-small-nested-navigation > li > a {
739+
.tsd-small-nested-navigation {
722740
margin-left: 1.5rem;
723741
}
724742
.tsd-small-nested-navigation > li > details {
725-
margin-left: 0;
743+
margin-left: -1.5rem;
744+
}
745+
746+
.tsd-nested-navigation > li > a,
747+
.tsd-nested-navigation > li > span {
748+
width: calc(100% - 1.75rem - 0.5rem);
726749
}
750+
727751
.tsd-page-navigation ul {
728752
padding-left: 1.75rem;
729753
}
@@ -745,28 +769,31 @@ a.tsd-index-link {
745769
align-items: center;
746770
color: var(--color-text);
747771
}
772+
.tsd-accordion-summary {
773+
list-style-type: none;
774+
display: flex;
775+
align-items: center;
776+
}
748777
.tsd-accordion-summary,
749778
.tsd-accordion-summary a {
750779
user-select: none;
751780
-moz-user-select: none;
752781
-webkit-user-select: none;
753782
-ms-user-select: none;
754783

755-
display: flex;
756-
align-items: center;
757784
cursor: pointer;
758785
}
786+
.tsd-accordion-summary a {
787+
flex-grow: 1;
788+
}
759789
.tsd-accordion-summary > * {
760790
margin-top: 0;
761791
margin-bottom: 0;
762792
padding-top: 0;
763793
padding-bottom: 0;
764794
}
765-
.tsd-accordion-summary::-webkit-details-marker {
766-
display: none;
767-
}
768-
.tsd-index-accordion .tsd-accordion-summary svg {
769-
margin-right: 0.25rem;
795+
.tsd-index-accordion .tsd-accordion-summary > svg {
796+
margin-left: 0.25rem;
770797
}
771798
.tsd-index-content > :not(:first-child) {
772799
margin-top: 0.75rem;

docs/classes/_detector_js_core.Asserts.html

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Asserts | DetectorJS - v2.0.2</title><meta name="description" content="Documentation for DetectorJS"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Asserts | DetectorJS - v2.0.3</title><meta name="description" content="Documentation for DetectorJS"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
22
<div class="tsd-toolbar-contents container">
33
<div class="table-cell" id="tsd-search" data-base="..">
44
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
55
<div class="field">
66
<div id="tsd-toolbar-links"></div></div>
77
<ul class="results">
88
<li class="state loading">Preparing search index...</li>
9-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">DetectorJS - v2.0.2</a></div>
9+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">DetectorJS - v2.0.3</a></div>
1010
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
1111
<div class="container container-main">
1212
<div class="col-content">
@@ -24,7 +24,7 @@ <h4>Hierarchy</h4>
2424
<ul class="tsd-hierarchy">
2525
<li><span class="target">Asserts</span></li></ul></section><aside class="tsd-sources">
2626
<ul>
27-
<li>Defined in <a href="https://github.com/pixu1980/detector-js/blob/c5e280e/packages/core/lib/asserts.ts#L7">asserts.ts:7</a></li></ul></aside>
27+
<li>Defined in <a href="https://github.com/pixu1980/detector-js/blob/81ba070/packages/core/lib/asserts.ts#L7">asserts.ts:7</a></li></ul></aside>
2828
<section class="tsd-panel-group tsd-index-group">
2929
<section class="tsd-panel tsd-index-panel">
3030
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -64,7 +64,7 @@ <h5><span class="tsd-kind-parameter">assert</span>: <span class="tsd-signature-t
6464
<h5><span class="tsd-kind-parameter">safe</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></h5></li></ul></div>
6565
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources">
6666
<ul>
67-
<li>Defined in <a href="https://github.com/pixu1980/detector-js/blob/c5e280e/packages/core/lib/asserts.ts#L8">asserts.ts:8</a></li></ul></aside></li></ul></section>
67+
<li>Defined in <a href="https://github.com/pixu1980/detector-js/blob/81ba070/packages/core/lib/asserts.ts#L8">asserts.ts:8</a></li></ul></aside></li></ul></section>
6868
<section class="tsd-panel tsd-member"><a id="all" class="tsd-anchor"></a>
6969
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>all</span><a href="#all" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
7070
<ul class="tsd-signatures">
@@ -73,8 +73,6 @@ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <s
7373
<div class="tsd-comment tsd-typography"><p>Check for every assert to be true</p>
7474

7575
<h3>Static</h3>
76-
<h3>Returns</h3><p>boolean</p>
77-
7876
<h3>Member Of</h3><p>Asserts</p>
7977
</div>
8078
<div class="tsd-parameters">
@@ -88,9 +86,10 @@ <h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-
8886
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">safe</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></h5>
8987
<div class="tsd-comment tsd-typography"><p>executes asserts in a safe mode (try/catch)</p>
9088
</div></li></ul></div>
91-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
89+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><p>boolean</p>
90+
<aside class="tsd-sources">
9291
<ul>
93-
<li>Defined in <a href="https://github.com/pixu1980/detector-js/blob/c5e280e/packages/core/lib/asserts.ts#L38">asserts.ts:38</a></li></ul></aside></li></ul></section>
92+
<li>Defined in <a href="https://github.com/pixu1980/detector-js/blob/81ba070/packages/core/lib/asserts.ts#L38">asserts.ts:38</a></li></ul></aside></li></ul></section>
9493
<section class="tsd-panel tsd-member"><a id="one" class="tsd-anchor"></a>
9594
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>one</span><a href="#one" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
9695
<ul class="tsd-signatures">
@@ -99,8 +98,6 @@ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <s
9998
<div class="tsd-comment tsd-typography"><p>Check for at least one assert to be true</p>
10099

101100
<h3>Static</h3>
102-
<h3>Returns</h3><p>boolean</p>
103-
104101
<h3>Member Of</h3><p>Asserts</p>
105102
</div>
106103
<div class="tsd-parameters">
@@ -114,9 +111,10 @@ <h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-
114111
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">safe</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></h5>
115112
<div class="tsd-comment tsd-typography"><p>executes asserts in a safe mode (try/catch)</p>
116113
</div></li></ul></div>
117-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
114+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><p>boolean</p>
115+
<aside class="tsd-sources">
118116
<ul>
119-
<li>Defined in <a href="https://github.com/pixu1980/detector-js/blob/c5e280e/packages/core/lib/asserts.ts#L54">asserts.ts:54</a></li></ul></aside></li></ul></section></section></div>
117+
<li>Defined in <a href="https://github.com/pixu1980/detector-js/blob/81ba070/packages/core/lib/asserts.ts#L54">asserts.ts:54</a></li></ul></aside></li></ul></section></section></div>
120118
<div class="col-sidebar">
121119
<div class="page-menu">
122120
<div class="tsd-navigation settings">
@@ -141,7 +139,7 @@ <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.9389
141139
<li><a href="#all" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>all</span></a></li>
142140
<li><a href="#one" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>one</span></a></li></ul></div></details></div>
143141
<div class="site-menu">
144-
<nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>DetectorJS -<wbr/> v2.0.2</span></a>
142+
<nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>DetectorJS -<wbr/> v2.0.3</span></a>
145143
<ul class="tsd-small-nested-navigation">
146144
<li>
147145
<details class="tsd-index-accordion" open data-key="@detector-js/core"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg><a href="../modules/_detector_js_core.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>@detector-<wbr/>js/core -<wbr/> v0.0.2</span></a></summary>

0 commit comments

Comments
 (0)