func()

in projen/typescript/typescript.go [1941:1952]


func (t *jsiiProxy_TypeScriptLibraryProject) AddBundledDeps(deps ...*string) {
	args := []interface{}{}
	for _, a := range deps {
		args = append(args, a)
	}

	_jsii_.InvokeVoid(
		t,
		"addBundledDeps",
		args,
	)
}