Sign in
appsheet-third-party
/
jquery
/
1d60e5afef1b0287e855686a4d524d8cf3aa61ee
/
.
/
src
/
var
/
class2type.js
blob: 4365d46a26f80438de17a35b891be1e5aba70414 [
file
] [
log
] [
blame
]
define
(
function
()
{
"use strict"
;
// [[Class]] -> type pairs
return
{};
}
);