@oe-zext/types
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @oe-zext/types

Weekly Downloads

0

Version

1.0.4

License

Apache-2.0

Unpacked Size

21.5 kB

Total Files

13

Last publish

Collaborators

  • ezequiel.gandolfi