Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105183812
multipleOf.d.ts
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, Mar 15, 06:34
Size
252 B
Mime Type
text/x-java
Expires
Mon, Mar 17, 06:34 (2 d)
Engine
blob
Format
Raw Data
Handle
24939888
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
multipleOf.d.ts
View Options
import type { CodeKeywordDefinition, ErrorObject } from "../../types";
export type MultipleOfError = ErrorObject<"multipleOf", {
multipleOf: number;
}, number | {
$data: string;
}>;
declare const def: CodeKeywordDefinition;
export default def;
Event Timeline
Log In to Comment