source: node_modules/postcss/lib/fromJSON.d.ts@ a70b5a4

Last change on this file since a70b5a4 was 57e58a3, checked in by ste08 <sjovanoska@…>, 4 months ago

Initial commit

  • Property mode set to 100644
File size: 162 bytes
Line 
1import { JSONHydrator } from './postcss.js'
2
3interface FromJSON extends JSONHydrator {
4 default: FromJSON
5}
6
7declare const fromJSON: FromJSON
8
9export = fromJSON
Note: See TracBrowser for help on using the repository browser.