UNPKG

@freeword/meta

Version:

Meta package for Freeword: exports all core types, constants, and utilities from the src/ directory.

5 lines (4 loc) 152 B
import type * as TY from '../types/UtilityTypes.ts' export function getLogger(_dna: any): TY.LoggerT { return console }