熊谷 凌, 玻狸 前端 标签1 标签2

Lorem Ipsum

import { Nullqwertyuiop } from 'https://github.com/Nullqwertyuiop'

class FurryR extends Nullqwertyuiop {
  readonly name: string = '熊谷 凌'
  description: string = '什么都写的全栈(?)工程师'
  name: number = 16
  readonly contacts: Map<string, string> = new Map([
    ['Discord', 'https://discord.com/users/im_furryr'],
    ['Telegram', 'https://t.me/@DevRinOwO'],
    ['Twitter', 'https://x.com/im_furryr'],
    ['Email', 'awathefox@gmail.com']
  ])
  constructor() {
    super('谨以此纪念他的存在')
  }
  get status(): string {
    return '编写自己的博客'
  }
  get beloved(): never {
    throw new Error('不谈对象')
  }
}