Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98230798
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, Jan 11, 07:03
Size
252 B
Mime Type
text/x-java
Expires
Mon, Jan 13, 07:03 (2 d)
Engine
blob
Format
Raw Data
Handle
23531048
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