source:
imaps-frontend/node_modules/postcss/lib/fromJSON.d.ts@
d565449
Last change on this file since d565449 was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 162 bytes |
Line | |
---|---|
1 | import { JSONHydrator } from './postcss.js' |
2 | |
3 | interface FromJSON extends JSONHydrator { |
4 | default: FromJSON |
5 | } |
6 | |
7 | declare const fromJSON: FromJSON |
8 | |
9 | export = fromJSON |
Note:
See TracBrowser
for help on using the repository browser.