/
erioxis
/
web-nodejs
Обзор
Документация
Войти
/
erioxis
/
web-nodejs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
backend/node_modules/ret/dist/sets.d.ts
9 строк
350 B
erioxis
lab11fix
15 дек 2025, 23:21
15 дек 2025, 23:21
70dc7ba
Код
Авторство
О чём код?
import { Set } from './types'; export declare type SetFunc = () => Set; export declare const words: SetFunc; export declare const notWords: SetFunc; export declare const ints: SetFunc; export declare const notInts: SetFunc; export declare const whitespace: SetFunc; export declare const notWhitespace: SetFunc; export declare const anyChar: SetFunc;