mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-06 20:59:36 +02:00
5 lines
107 B
TypeScript
5 lines
107 B
TypeScript
import { JSONHydrator } from './postcss.js'
|
|
|
|
declare const fromJSON: JSONHydrator
|
|
|
|
export default fromJSON
|