mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 11:32:30 -06:00
5 lines
107 B
TypeScript
5 lines
107 B
TypeScript
import { JSONHydrator } from './postcss.js'
|
|
|
|
declare const fromJSON: JSONHydrator
|
|
|
|
export default fromJSON
|