Static properties
Private
Wrapper.allowedChars
Wrapper.allowedCharsprivate static allowedChars = new AllowedChars(/([\[\]\(\)<>{}])/g);Wrapper.wrap
Wrapper.wrapprivate static wrap: Wrap<string, string> = Wrapper.define('[', ']');Last updated