@sonatype/policy-demo
Version:
Simple npm demo app for Sonatype policy
11 lines (10 loc) • 365 B
JavaScript
/*
* Copyright (c) 2019-present Sonatype, Inc.
* This program and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which accompanies this
* distribution and is available at https://www.eclipse.org/legal/epl-2.0/.
*/
function sayHello(name) {
return "Hello " + name + "! v2.3.0 "
}
module.exports = sayHello