pashto-inflector/src/lib/default-text-options.ts

19 lines
420 B
TypeScript
Raw Normal View History

2021-03-09 12:39:13 +00:00
/**
* Copyright (c) 2021 lingdocs.com
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
import { TextOptions } from "../types";
const defualtTextOptions: TextOptions = {
pTextSize: "normal",
spelling: "Afghan",
diacritics: false,
dialect: "standard",
phonetics: "lingdocs",
}
export default defualtTextOptions;