interface Serializer {
    serialize: ((bom, options?) => string);
}

Implemented by

Properties

Properties

serialize: ((bom, options?) => string)

Type declaration

Throws

Error