[sbd] Add missing optional Options param (#37184)

This commit is contained in:
Caroline Artz 2019-07-29 18:55:35 -04:00 committed by Jesse Trinity
parent fa2e95cd29
commit c9e8253082

View File

@ -1,11 +1,12 @@
// Type definitions for sbd 1.0
// Project: http://github.com/tessmore/sbd
// Definitions by: Brian Cort <https://github.com/thatcort>
// Definitions by: Brian Cort <https://github.com/thatcort>, Caroline Artz <https://github.com/carolineartz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface Options {
newline_boundaries?: boolean;
html_boundaries?: boolean;
html_boundaries_tags?: string[];
sanitize?: boolean;
allowed_tags?: false | string[];
preserve_whitespace?: boolean;