import type { CreateShorthands } from './types' // just a type helper util export function createShorthands(shorthands: A): A { return Object.freeze(shorthands) as any }