mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-11 20:04:55 +02:00
10 lines
162 B
TypeScript
10 lines
162 B
TypeScript
import { JSONHydrator } from './postcss.js'
|
|
|
|
interface FromJSON extends JSONHydrator {
|
|
default: FromJSON
|
|
}
|
|
|
|
declare const fromJSON: FromJSON
|
|
|
|
export = fromJSON
|