UNPKG
@inaccess-fang/ui-components
Version:
latest (1.1.0)
1.1.0
1.0.5
1.0.2
1.0.1
1.0.0
0.0.1
The Inaccess UI Components Library for the Front-end projects
@inaccess-fang/ui-components
/
lib
/
core
/
utils
/
sort
/
wrapped.d.ts
15 lines
(14 loc)
•
281 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
declare
function
_
(
obj
:
any
): _;
declare
class
_
{
constructor
(
obj
:
any
);
_wrapped
:
any
;
value
():
any
;
valueOf
:
any
;
toJSON
:
any
;
toString
():
string
; }
declare
namespace _ {
export
{
VERSION
}; }
export
default
_;
import
{
VERSION
}
from
"./_setup.js"
;