UNPKG
barbells
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
[//]: # ( ns__file unit: standard, comp: README.md )
github.com/YizYah/barbells
YizYah/barbells
barbells
/
lib
/
custom
/
temp.js
8 lines
(7 loc)
•
158 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
temp
=
void
0
;
function
temp
(
) {
return
true
; }
exports
.
temp
= temp;