UNPKG

@trifrost/core

Version:

Blazingly fast, runtime-agnostic server framework for modern edge and node environments

7 lines (6 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Style = exports.MARKER = void 0; exports.MARKER = '__TRIFROST_STYLE_MARKER__'; const Style = () => exports.MARKER; exports.Style = Style;