Files
Botexercito/Frontend/angular-internal-chat/node_modules/postcss/lib/fromJSON.d.ts
T

10 lines
162 B
TypeScript
Raw Normal View History

2026-03-22 18:07:19 +00:00
import { JSONHydrator } from './postcss.js'
interface FromJSON extends JSONHydrator {
default: FromJSON
}
declare const fromJSON: FromJSON
export = fromJSON