blob: 4d2e73b45768d993245dc70c7497cdc7741e86c4 [file] [log] [blame]
export function hiLater(): Promise<string> {
return Promise.resolve('hi');
}