Quick Links
  • -Overview
  • -Language Features
  • -JS Interop
  • -Build System
Documentation
Language Manual
Reference for all language features
ReScript & React
First class bindings for ReactJS
GenType
Seamless TypeScript integration
Reanalyze
Dead Code & Termination analysis
Exploration
Packages
Explore third party libraries and bindings
Syntax Lookup
Discover all syntax constructs
APIPlaygroundBlogCommunity
  • Playground
  • Blog
  • X
  • BlueSky
  • GitHub
  • Forum
JS Module
Overview
  • JS
Submodules
  • Array2
  • Array
  • Console
    • error
    • info
    • log
    • timeEnd
    • timeStart
    • trace
    • warn
  • Date
  • Dict
  • Exn
  • Float
  • Global
  • Int
  • Json
  • List
  • Math
  • NullUndefined
  • Null
  • Nullable
  • Obj
  • Option
  • Promise
  • Re
  • Result
  • String2
  • String
  • TypedArrayArrayBuffer
  • TypedArrayDataView
  • TypedArrayFloat32Array
  • TypedArrayFloat64Array
  • TypedArrayInt8Array
  • TypedArrayInt16Array
  • TypedArrayInt32Array
  • TypedArrayTypeS
  • TypedArrayUint8Array
  • TypedArrayUint8ClampedArray
  • TypedArrayUint16Array
  • TypedArrayUint32Array
  • TypedArray2ArrayBuffer
  • TypedArray2DataView
  • TypedArray2Float32Array
  • TypedArray2Float64Array
  • TypedArray2Int8Array
  • TypedArray2Int16Array
  • TypedArray2Int32Array
  • TypedArray2Uint8Array
  • TypedArray2Uint8ClampedArray
  • TypedArray2Uint16Array
  • TypedArray2Uint32Array
  • TypedArray2
  • TypedArray
  • Types
  • Undefined
  • Vector
API / Js / Console

You are currently looking at the v8.2 - v9.0 docs (Reason v3.6 syntax edition). You can find the latest API docs here.

Console

Provide console (logging) utilities.

log

RES
let log: 'a => unit
RES
let log2: ('a, 'b) => unit
RES
let log3: ('a, 'b, 'c) => unit
RES
let log4: ('a, 'b, 'c, 'd) => unit
RES
let logMany: array<'a> => unit

info

RES
let info: 'a => unit
RES
let info2: ('a, 'b) => unit
RES
let info3: ('a, 'b, 'c) => unit
RES
let info4: ('a, 'b, 'c, 'd) => unit
RES
let infoMany: array<'a> => unit

warn

RES
let warn: 'a => unit
RES
let warn2: ('a, 'b) => unit
RES
let warn3: ('a, 'b, 'c) => unit
RES
let warn4: ('a, 'b, 'c, 'd) => unit
RES
let warnMany: array<'a> => unit

error

RES
let error: 'a => unit
RES
let error2: ('a, 'b) => unit
RES
let error3: ('a, 'b, 'c) => unit
RES
let error4: ('a, 'b, 'c, 'd) => unit
RES
let errorMany: array<'a> => unit

trace

RES
let trace: unit => unit

timeStart

RES
let timeStart: string => unit

timeEnd

RES
let timeEnd: string => unit

© 2024 The ReScript Project

Software and assets distribution powered by KeyCDN.

About
  • Community
  • ReScript Association
Find us on