/
ai_sampletext
/
DiplomWork
Обзор
Документация
Войти
/
ai_sampletext
/
DiplomWork
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/postcss-import/lib/load-content.js
12 строк
242 B
boolyshareyo
Initial commit
08 июн 2026, 16:00
08 июн 2026, 16:00
6216a29
Код
Авторство
О чём код?
"use strict" const readCache = require("read-cache") const dataURL = require("./data-url") module.exports = filename => { if (dataURL.isValid(filename)) { return dataURL.contents(filename) } return readCache(filename, "utf-8") }