Skip to content

Instantly share code, notes, and snippets.

@tiptopcoder
Last active January 14, 2020 17:04
Show Gist options
  • Save tiptopcoder/d41b2d287647d1e9686cd28b744df4fb to your computer and use it in GitHub Desktop.
Save tiptopcoder/d41b2d287647d1e9686cd28b744df4fb to your computer and use it in GitHub Desktop.
import { formatName } from "~/utils/helpers/format-name";
export class User {
get fullName() {
return formatName("John", "Doe");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment