save method

save(outputStream)

Saves the current fallback settings to stream.

save(outputStream: Buffer)
ParameterTypeDescription
outputStreamBufferOutput stream.

save(fileName)

Saves the current fallback settings to file.

save(fileName: string)
ParameterTypeDescription
fileNamestringOutput file name.

See Also