UNPKG

@sap/cds-compiler

Version:

CDS (Core Data Services) compiler and backends

11 lines (7 loc) 199 B
'use strict'; // Metadata, e.g. version. /** The compiler version (taken from package.json) */ function version() { return require('../../package.json').version; } module.exports = { version };