UNPKG

92 BPlain TextView Raw
1export const getClientFilename = (name: string): string => {
2 return name+".bundle.js";
3}
\No newline at end of file