/* * Copyright (c) 2022, Linus Groh * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once namespace Web::HighResolutionTime { // https://w3c.github.io/hr-time/#dom-domhighrestimestamp using DOMHighResTimeStamp = double; }