1.0.4 • Published 5 years ago

@oe-zext/types v1.0.4

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

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.

1.0.2

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.1

5 years ago