Twine has historically been referred to by the globals Twine
and Bindings
. In order to improve clarity and consistency, we will be using Twine
exclusively going forward.
The following patterns are considered warnings:
import Bindings from 'twine';
import tw from 'twine';
The following patterns are not warnings:
import Twine from 'twine';