DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
162 Bytes
import { JSONHydrator } from './postcss.js'
interface FromJSON extends JSONHydrator {
default: FromJSON
}
declare const fromJSON: FromJSON
export = fromJSON