公告板
版本库
filestore
活动
搜索
登录
江涛
/
MES-PDA
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
test
jt
2024-07-20
a93f9ab65690f6f0a681d65375be1c1aeafa8c1e
[~jt/MES-PDA.git]
/
node_modules
/
postcss
/
lib
/
stringify.d.ts
1
2
3
4
5
6
7
8
9
import { Stringifier } from './postcss.js'
interface Stringify extends Stringifier {
default: Stringify
}
declare const stringify: Stringify
export = stringify