// Ported from js-yaml v3.13.1:
// https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
// Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
// This module is browser compatible.

export type KindType = "sequence" | "scalar" | "mapping";
/**
 * The style variation for `styles` option of {@linkcode stringify}
 */
export type StyleVariant =
  | "lowercase"
  | "uppercase"
  | "camelcase"
  | "decimal"
  | "binary"
  | "octal"
  | "hexadecimal";

export type RepresentFn<D> = (data: D, style?: StyleVariant) => string;

// deno-lint-ignore no-explicit-any
export interface Type<K extends KindType, D = any> {
  tag: string;
  kind: K;
  predicate?: (data: unknown) => data is D;
  represent?: RepresentFn<D> | Record<string, RepresentFn<D>>;
  defaultStyle?: StyleVariant;
  // deno-lint-ignore no-explicit-any
  resolve: (data: any) => boolean;
  // deno-lint-ignore no-explicit-any
  construct: (data: any) => D;
}

// denoCacheMetadata={"headers":{"date":"Mon, 27 Jul 2026 03:21:21 GMT","x-jsr-backend":"modules","content-length":"1044","access-control-allow-origin":"*","cache-control":"public, max-age=31536000, immutable","vary":"Origin","access-control-expose-headers":"*","content-security-policy":"default-src 'none'; script-src 'none'; style-src 'none'; img-src 'none'; font-src 'none'; connect-src 'none'; frame-src 'none'; object-src 'none'; frame-ancestors 'none'; sandbox; form-action 'none';","cf-ray":"a2188376e9ecd96f-IAD","age":"3517114","x-content-type-options":"nosniff","x-robots-tag":"noindex","content-type":"text/typescript","cf-cache-status":"HIT","cross-origin-resource-policy":"cross-origin","set-cookie":"__cf_bm=M4aQp.ucXzFzVLPr1oFQzddzWxGYQsBU_JZwOTI.RgE-1785122481.7508132-1.0.1.1-XkWayrYLAn_LScrGdkZWGk.RBcGtec52Bnq2WFWRP2S1s9s1FJYX4gAqWi8CfYRnkmdsO5YDWKUDXdWEXAswbCedJtzYbhiUfATdQcGG8Y4ihUU5qnKwABvwcc9_VvhL; HttpOnly; SameSite=None; Secure; Path=/; Domain=jsr.io; Expires=Mon, 27 Jul 2026 03:51:21 GMT","accept-ranges":"bytes","server":"cloudflare","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=tkpKj2LjpALfYJZ0yDPsR4bkBo5CQys7MC4lxj9bUfNLmq7RsxNR0hHTQi4CuR9B2XOifgnS%2BhXuXCi9%2FIDlzeojO22u0ZfMa8gx2CmPnMY4uOrreKqPP0Y%3D\"}]}","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","etag":"\"243c373f1b78bf9cda22c8b82ac6b91c\"","alt-svc":"h3=\":443\"; ma=86400"},"url":"https://jsr.io/@std/yaml/1.0.5/_type.ts","time":1785122481}