10 lines
166 B
TypeScript
10 lines
166 B
TypeScript
/**
|
|
* @license
|
|
* Copyright 2025 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
export function helloServer() {
|
|
// TODO: add more things in this package
|
|
}
|