novx
    Preparing search index...

    Class Interpolator

    The service Interpolator is a tiny templating engine that will replace placeholders by real values. The replacements can refer to specific formatters that can respect specific formatting options.

    Index

    Constructors

    Properties

    cache: LRUCache<(parameters: any) => string> = ...
    useCaching: boolean = true

    Methods