6 lines
88 B
TypeScript
6 lines
88 B
TypeScript
import * as plugins from "./smartgit.plugins";
|
|
|
|
export let add = {
|
|
addAll: addAll
|
|
}
|