Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99548572
index.js.map
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
Sat, Jan 25, 08:28
Size
1 KB
Mime Type
text/x-Algol68
Expires
Mon, Jan 27, 08:28 (2 d)
Engine
blob
Format
Raw Data
Handle
23795440
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
index.js.map
View Options
{
"version"
:
3
,
"file"
:
"index.js"
,
"sourceRoot"
:
""
,
"sources"
:
[
"../src/index.ts"
],
"names"
:
[],
"mappings"
:
";;;;AAAA,2CAKqB;AAIrB,SAAgB,kBAAkB,CAAC,KAAa,EAAE,KAAa;IAC7D,IAAI,KAAK,KAAK,CAAC;QAAE,OAAO,KAAK,CAAC,WAAW,EAAE,CAAC;IAC5C,OAAO,iCAAmB,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;AAC3C,CAAC;AAHD,gDAGC;AAED,SAAgB,uBAAuB,CAAC,KAAa,EAAE,KAAa;IAClE,IAAI,KAAK,KAAK,CAAC;QAAE,OAAO,KAAK,CAAC,WAAW,EAAE,CAAC;IAC5C,OAAO,sCAAwB,CAAC,KAAK,CAAC,CAAC;AACzC,CAAC;AAHD,0DAGC;AAED,SAAgB,SAAS,CAAC,KAAa,EAAE,OAAqB;IAArB,wBAAA,EAAA,YAAqB;IAC5D,OAAO,wBAAU,CAAC,KAAK,qBACrB,SAAS,EAAE,kBAAkB,IAC1B,OAAO,EACV,CAAC;AACL,CAAC;AALD,8BAKC"
,
"sourcesContent"
:
[
"import {
\n
pascalCase,
\n
pascalCaseTransform,
\n
pascalCaseTransformMerge,
\n
Options,
\n
} from
\"
pascal-case
\"
;
\n\n
export { Options };
\n\n
export function camelCaseTransform(input: string, index: number) {
\n
if (index === 0) return input.toLowerCase();
\n
return pascalCaseTransform(input, index);
\n
}
\n\n
export function camelCaseTransformMerge(input: string, index: number) {
\n
if (index === 0) return input.toLowerCase();
\n
return pascalCaseTransformMerge(input);
\n
}
\n\n
export function camelCase(input: string, options: Options = {}) {
\n
return pascalCase(input, {
\n
transform: camelCaseTransform,
\n
...options,
\n
});
\n
}
\n
"
]
}
Event Timeline
Log In to Comment