mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[sbd] Add missing optional Options param (#37184)
This commit is contained in:
parent
fa2e95cd29
commit
c9e8253082
3
types/sbd/index.d.ts
vendored
3
types/sbd/index.d.ts
vendored
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user