first commit
This commit is contained in:
9
app_vue/node_modules/postcss/lib/fromJSON.d.ts
generated
vendored
Normal file
9
app_vue/node_modules/postcss/lib/fromJSON.d.ts
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
import { JSONHydrator } from './postcss.js'
|
||||
|
||||
interface FromJSON extends JSONHydrator {
|
||||
default: FromJSON
|
||||
}
|
||||
|
||||
declare const fromJSON: FromJSON
|
||||
|
||||
export = fromJSON
|
Reference in New Issue
Block a user