@fluentfixture/format
Introduction
The @fluentfixture/format is a flexible string format library that provides formatting functionality with an extensible transformation capabilities.
Installation
Usage
The @fluentfixture/format utilities can be used with global format
and compile
methods or a new Formatter
instance. The following code snippet shows an example usage of global compile
method.
The more example can be found on How To Usesection.
Last updated