func()

in projen/typescript/typescript.go [839:850]


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

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