Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 653 Bytes

tsuFactory.md

File metadata and controls

27 lines (14 loc) · 653 Bytes

tsukikoDocs


tsukiko / tsuFactory

Function: tsuFactory()

tsuFactory(lang): typeof Tsu

Creates a factory for Tsu parsers with a specified language.

Parameters

lang: langType = DEFAULT_LANG

The language to use for the parsers. Defaults to DEFAULT_LANG.

Returns

typeof Tsu

An object containing factory methods for various Tsu parsers.

Defined in

src/index.ts:86