UNPKG

goban

Version:

[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/online-go/goban)

7 lines (6 loc) 281 B
export declare function escapeSGFText(txt: string, escapeColon?: boolean): string; /** * SGF "simple text", eg used in the LB property, we can't have newlines. This * strips them and replaces them with spaces. */ export declare function newlines_to_spaces(txt: string): string;