summaryrefslogtreecommitdiffstats
path: root/toolkit/components/uniffi-bindgen-gecko-js/src/templates/js/wrapper.sys.mjs
blob: 0c33c05e4fdeceabf954395e513e26f95708974b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// This file was autogenerated by the `uniffi-bindgen-gecko-js` crate.
// Trust me, you don't want to mess with it!

import { UniFFITypeError } from "resource://gre/modules/UniFFI.sys.mjs";

{% import "macros.sys.mjs" as js %}

// Objects intended to be used in the unit tests
export var UnitTestObjs = {};

{% include "Helpers.sys.mjs" %}

{% include "Types.sys.mjs" %}

{% include "TopLevelFunctions.sys.mjs" %}