Remove namespace from sbd type as requested in PR review.

This commit is contained in:
Brian Cort
2019-04-01 18:16:32 -04:00
parent 317e03b1e1
commit eb92b0e38f

View File

@@ -3,8 +3,6 @@
// Definitions by: Brian Cort <https://github.com/thatcort>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export as namespace sbd;
export interface Options {
newline_boundaries?: boolean;
html_boundaries?: boolean;