source: node_modules/@standard-schema/spec/dist/index.cjs@ ba17441

Last change on this file since ba17441 was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago

Added visualizations

  • Property mode set to 100644
File size: 754 bytes
Line 
1"use strict";
2var __defProp = Object.defineProperty;
3var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4var __getOwnPropNames = Object.getOwnPropertyNames;
5var __hasOwnProp = Object.prototype.hasOwnProperty;
6var __copyProps = (to, from, except, desc) => {
7 if (from && typeof from === "object" || typeof from === "function") {
8 for (let key of __getOwnPropNames(from))
9 if (!__hasOwnProp.call(to, key) && key !== except)
10 __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11 }
12 return to;
13};
14var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
16// src/index.ts
17var src_exports = {};
18module.exports = __toCommonJS(src_exports);
Note: See TracBrowser for help on using the repository browser.