func()

in projen/typescript/typescript.go [2004:2015]


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

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