diff options
Diffstat (limited to 'searx/static/themes/simple/chunk/13gvpunf.min.js.map')
| -rw-r--r-- | searx/static/themes/simple/chunk/13gvpunf.min.js.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/static/themes/simple/chunk/13gvpunf.min.js.map b/searx/static/themes/simple/chunk/13gvpunf.min.js.map new file mode 100644 index 000000000..540197af5 --- /dev/null +++ b/searx/static/themes/simple/chunk/13gvpunf.min.js.map @@ -0,0 +1 @@ +{"version":3,"file":"13gvpunf.min.js","names":["assertElement: AssertElement"],"sources":["../../../../../client/simple/src/js/util/assertElement.ts"],"sourcesContent":["// SPDX-License-Identifier: AGPL-3.0-or-later\n\ntype AssertElement = <T>(element?: T | null) => asserts element is T;\nexport const assertElement: AssertElement = <T>(element?: T | null): asserts element is T => {\n if (!element) {\n throw new Error(\"DOM element not found\");\n }\n};\n"],"mappings":"AAGA,MAAaA,EAAmC,GAA6C,CAC3F,GAAI,CAAC,EACH,MAAU,MAAM,wBAAwB"}
\ No newline at end of file |