/
ai_sampletext
/
DiplomWork
Обзор
Документация
Войти
/
ai_sampletext
/
DiplomWork
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/pg-protocol/esm/index.js
11 строк
325 B
boolyshareyo
Initial commit
08 июн 2026, 16:00
08 июн 2026, 16:00
6216a29
Код
Авторство
О чём код?
// ESM wrapper for pg-protocol import * as protocol from '../dist/index.js' // Re-export all the properties export const DatabaseError = protocol.DatabaseError export const SASL = protocol.SASL export const serialize = protocol.serialize export const parse = protocol.parse // Re-export the default export default protocol