Returns a new function based on the specified with adding as the first parameter the passed object
Parameters for the internationalization function
Overrides properties of the specified type or interface. Don't use this helper if you simply extend one type from another, i.e. without overriding properties.
original type
type with the overridden properties
any function
Wraps the specified function to return a value as Promise
String pluralization constants that can be used instead of numbers
Returns a new non-abstract class from the specified abstract class where methods can have the default implementation. The default implementations are taken from the static methods that match by names with the class's methods.
Creates an interface based on the specified type or interface but every property can be edited
Converts the specified unknown value to any
Converts the specified unknown value to any
Creates a function to internationalize strings in an application based on the given locale and keyset. Keyset allows you to share the same keys in different contexts. For example, the key "Next" may have a different value in different components of the application, therefore, we can use the name of the component as a keyset value.
the name of keyset or array with names of keysets to use. If passed as an array, the priority of the cases will be arranged in the order of the elements, the first one will have the highest priority.
Creates a function to internationalize strings in an application based on the given locale and keyset. Keyset allows you to share the same keys in different contexts. For example, the key "Next" may have a different value in different components of the application, therefore, we can use the name of the component as a keyset value.
Global i18n function (can be used as a string tag or simple function)
STDERR wrapper
STDERR wrapper
core/prelude
This module provides extensions for a bunch of builtin objects, such as String, Number, etc. The module is uploaded to the runtime automatically, you don't need to require it.