UNPKG

@yandex/ui

Version:

Yandex UI components

9 lines (8 loc) 240 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.noop = void 0; /** * Функция, которая не делает ничего */ var noop = function () { return undefined; }; exports.noop = noop;