Skip to content

aleeexyey/ios-scriptable-types

 
 

Repository files navigation

ios-scriptable-types

I don't know how to publish this. I've thought about DefinitlyTyped. But then you need to have npm and a node_modules folder in the working dorectory. Or should I make a VisualStudio Code Extension? (But that would take some time)

If you have any idea, just open an issue.

For now, just download dist/scriptable.d.ts and put it in the Scriptable folder in your iCloud Drive. To disable the DOM types, simply add a file called jsconfig.json with:

{
	"compilerOptions": {
		"lib": ["es6"]
	}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%