@ace-code/tsyntax
v0.1.3
Published
Scoped alias for tsyntax - TypeScript-syntax DSL strings parsed at the type level and at runtime
Maintainers
Readme
@ace-code/tsyntax
Scoped alias for tsyntax — a lightweight ~13 KB parser for scalar TypeScript-syntax DSL strings, validated at the type level and at runtime.
This package re-exports tsyntax unchanged; it exists only to provide the
scoped name. Prefer the plain tsyntax
package unless you need the scope.
import { dslString, SUPPORTED_KEYWORDS } from "@ace-code/tsyntax";- npm: https://www.npmjs.com/package/@ace-code/tsyntax
- source: https://github.com/AceCodePt/tsyntax
