WIP - add extractor, generate snippet_data
This commit is contained in:
4
node_modules/rollup/dist/typings/utils/getIndentString.d.ts
generated
vendored
Normal file
4
node_modules/rollup/dist/typings/utils/getIndentString.d.ts
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
import Module from '../Module';
|
||||
export default function getIndentString(modules: Module[], options: {
|
||||
indent?: boolean;
|
||||
}): string;
|
||||
Reference in New Issue
Block a user