diff options
Diffstat (limited to 'node_modules/postcss/lib/fromJSON.d.ts')
| -rw-r--r-- | node_modules/postcss/lib/fromJSON.d.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/node_modules/postcss/lib/fromJSON.d.ts b/node_modules/postcss/lib/fromJSON.d.ts new file mode 100644 index 0000000..e1deedb --- /dev/null +++ b/node_modules/postcss/lib/fromJSON.d.ts @@ -0,0 +1,9 @@ +import { JSONHydrator } from './postcss.js' + +interface FromJSON extends JSONHydrator { + default: FromJSON +} + +declare const fromJSON: FromJSON + +export = fromJSON |