mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 14:16:15 +01:00
5 lines
107 B
TypeScript
5 lines
107 B
TypeScript
import { JSONHydrator } from './postcss.js'
|
|
|
|
declare const fromJSON: JSONHydrator
|
|
|
|
export default fromJSON
|