Files
dewedev/node_modules/jest-matcher-utils/build/index.mjs
dwindown 7f2dd5260f Initial commit: Developer Tools MVP with visual editor
- Complete React app with 7 developer tools
- JSON Tool with visual structured editor
- Serialize Tool with visual structured editor
- URL, Base64, CSV/JSON, Beautifier, Diff tools
- Responsive navigation with dropdown menu
- Dark/light mode toggle
- Mobile-responsive design with sticky header
- All tools working with copy/paste functionality
2025-08-02 09:31:26 +07:00

27 lines
1.5 KiB
JavaScript

import cjsModule from './index.js';
export const BOLD_WEIGHT = cjsModule.BOLD_WEIGHT;
export const DIM_COLOR = cjsModule.DIM_COLOR;
export const EXPECTED_COLOR = cjsModule.EXPECTED_COLOR;
export const INVERTED_COLOR = cjsModule.INVERTED_COLOR;
export const RECEIVED_COLOR = cjsModule.RECEIVED_COLOR;
export const SERIALIZABLE_PROPERTIES = cjsModule.SERIALIZABLE_PROPERTIES;
export const SUGGEST_TO_CONTAIN_EQUAL = cjsModule.SUGGEST_TO_CONTAIN_EQUAL;
export const diff = cjsModule.diff;
export const ensureActualIsNumber = cjsModule.ensureActualIsNumber;
export const ensureExpectedIsNonNegativeInteger = cjsModule.ensureExpectedIsNonNegativeInteger;
export const ensureExpectedIsNumber = cjsModule.ensureExpectedIsNumber;
export const ensureNoExpected = cjsModule.ensureNoExpected;
export const ensureNumbers = cjsModule.ensureNumbers;
export const getLabelPrinter = cjsModule.getLabelPrinter;
export const highlightTrailingWhitespace = cjsModule.highlightTrailingWhitespace;
export const matcherErrorMessage = cjsModule.matcherErrorMessage;
export const matcherHint = cjsModule.matcherHint;
export const pluralize = cjsModule.pluralize;
export const printDiffOrStringify = cjsModule.printDiffOrStringify;
export const printExpected = cjsModule.printExpected;
export const printReceived = cjsModule.printReceived;
export const printWithType = cjsModule.printWithType;
export const replaceMatchedToAsymmetricMatcher = cjsModule.replaceMatchedToAsymmetricMatcher;
export const stringify = cjsModule.stringify;