'`part:` modifier in node import statement

I came across this code in a javascript / Node project but can't find any explanation online as to what it is and how it works.

import PatchEvent, {set, unset} from 'part:@sanity/form-builder/patch-event';


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source