Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100972059
index.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Feb 4, 10:34
Size
261 B
Mime Type
text/x-Algol68
Expires
Thu, Feb 6, 10:34 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24067036
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
index.js
View Options
import
{
__assign
}
from
"tslib"
;
import
{
dotCase
}
from
"dot-case"
;
export
function
paramCase
(
input
,
options
)
{
if
(
options
===
void
0
)
{
options
=
{};
}
return
dotCase
(
input
,
__assign
({
delimiter
:
"-"
},
options
));
}
//# sourceMappingURL=index.js.map
Event Timeline
Log In to Comment