Skip to content

ezequielgandolfi/openedge-zext-types

Repository files navigation

OpenEdge-ZExt Types

Type library for OpenEdge-ZExt - Visual Studio Code extension

Usage

Installation

npm install @oe-zext/types

TypeScript

import { AblType, AblTypeCheck, DbType } from "@oe-zext/types";
...
// ABL types @ AblType
var parameter: AblType.Parameter;
// DB types @DbType
var field: DbType.Field;
// ABL type check or transformation @ AblTypeCheck
if (AblTypeCheck.isVariable(myVariable)) {
    return AblTypeCheck.variable2parameter(myVariable);
}

License

Licensed under the Apache-2.0 License.

About

Types for OpenEdge-ZExt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published