UNPKG
@agnos-ui/core
Version:
latest (0.11.0)
next (0.11.0-next.0)
0.11.0
0.11.0-next.0
0.10.0
0.10.0-next.4
0.10.0-next.3
0.10.0-next.2
0.10.0-next.1
0.10.0-next.0
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.9.0-next.0
0.8.1
0.8.0
0.8.0-next.1
0.8.0-next.0
0.7.1
0.7.0
0.7.0-next.0
0.6.0
0.6.0-next.2
0.6.0-next.1
0.6.0-next.0
0.5.0
0.5.0-next.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.4.0-next.1
0.4.0-next.0
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
0.0.1-alpha.11
0.0.1-alpha.10
0.0.1-alpha.9
0.0.1-alpha.8
0.0.1-alpha.7
0.0.1-alpha.6
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
0.0.1-alpha.0
Framework-agnostic headless component library.
www.agnosui.dev/latest/
AmadeusITGroup/AgnosUI
@agnos-ui/core
/
utils
/
func.cjs
8 lines
(7 loc)
•
188 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
Symbol
.
toStringTag
, {
value
:
"Module"
});
const
noop
= (
) => { };
const
identity
= (
x
) => x;
exports
.
identity
= identity;
exports
.
noop
= noop;