mirror of
https://github.com/zoorpha/rustshare-obsidian-plugin.git
synced 2026-07-22 07:48:14 +00:00
10 lines
160 B
TypeScript
10 lines
160 B
TypeScript
|
|
import { JSONHydrator } from './postcss.js'
|
||
|
|
|
||
|
|
interface FromJSON extends JSONHydrator {
|
||
|
|
default: FromJSON
|
||
|
|
}
|
||
|
|
|
||
|
|
declare let fromJSON: FromJSON
|
||
|
|
|
||
|
|
export = fromJSON
|