Liking cljdoc? Tell your friends :D

js.NumberFormat

The Intl.NumberFormat object is a constructor for objects that language sensitive number formatting.

The Intl.NumberFormat object is a constructor for objects that
language sensitive number formatting.
raw docstring

formatcljs

(format this number)

Method.

The Intl.NumberFormat.prototype.format() method formats a number to the locale and formatting options of this js.NumberFormat

numberFormat.format(number)

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/format

Method.

The Intl.NumberFormat.prototype.format() method formats a number
to the locale and formatting options of this `js.NumberFormat`

`numberFormat.format(number)`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/format`
sourceraw docstring

format-to-partscljs

(format-to-parts this number)

Method.

The Intl.Numberformat.prototype.formatToParts() method allows formatting of strings produced by NumberTimeFormat formatters.

Intl.NumberFormat.prototype.formatToParts(number)

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/formatToParts

Method.

The Intl.Numberformat.prototype.formatToParts() method allows
formatting of strings produced by NumberTimeFormat formatters.

`Intl.NumberFormat.prototype.formatToParts(number)`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/formatToParts`
sourceraw docstring

prototypecljs

(prototype this)

Property.

The Intl.NumberFormat.prototype property represents the prototype for the Intl.NumberFormat constructor.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/prototype

Property.

The Intl.NumberFormat.prototype property represents the prototype
for the `Intl.NumberFormat` constructor.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/prototype`
sourceraw docstring

resolved-optionscljs

(resolved-options this)

Method.

The Intl.NumberFormat.prototype.resolvedOptions() method returns new object with properties reflecting the locale and number formatting computed during initialization of this js.NumberFormat object.

numberFormat.resolvedOptions()

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/resolvedOptions

Method.

The Intl.NumberFormat.prototype.resolvedOptions() method returns
new object with properties reflecting the locale and number formatting
computed during initialization of this `js.NumberFormat` object.

`numberFormat.resolvedOptions()`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/resolvedOptions`
sourceraw docstring

set-prototype!cljs

(set-prototype! this val)

Property.

The Intl.NumberFormat.prototype property represents the prototype for the Intl.NumberFormat constructor.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/prototype

Property.

The Intl.NumberFormat.prototype property represents the prototype
for the `Intl.NumberFormat` constructor.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/prototype`
sourceraw docstring

supported-locales-ofcljs

(supported-locales-of this & args)

Method.

The Intl.NumberFormat.supportedLocalesOf() method returns an containing those of the provided locales that are supported in formatting without having to fall back to the runtime's default

Intl.NumberFormat.supportedLocalesOf(locales[, options])

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/supportedLocalesOf

Method.

The Intl.NumberFormat.supportedLocalesOf() method returns an
containing those of the provided locales that are supported in
formatting without having to fall back to the runtime's default

`Intl.NumberFormat.supportedLocalesOf(locales[, options])`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/supportedLocalesOf`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close