import { $Label } from './$Label';

export const $Package = (value: string) => $Label('package', value);
