## @strpc 기존 RPC를 package화 ### @strpc/express express의 middleware + router 결함 ## @sammo 게임 전체 - server, client - gateway_server, gateway_client
4 lines
159 B
TypeScript
4 lines
159 B
TypeScript
import { formatTime } from './formatTime.js';
|
|
export function getDateTimeNow(withFraction = false): string {
|
|
return formatTime(new Date(), withFraction);
|
|
} |