Skip to content
View FujiwaraSatomi's full-sized avatar
  • Japan
  • 10:44 (UTC +09:00)

Block or report FujiwaraSatomi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Object.prototype like Array Object.prototype like Array
    1
    Object.assign(Object.prototype, {
    2
      get length() {
    3
        return Object.keys(this).length;
    4
      },
    5
      keys() {
  2. object-to-css object-to-css Public

    simply JavaScript object to CSS string converter

    JavaScript