UNPKG

@paydirt/fmt

Version:

String formating using commonly used standards

5 lines (4 loc) 150 B
import stringReplacer from './string'; export default function (_, mods, value) { return stringReplacer('s', mods, (value ? 'true' : 'false')); }