UNPKG

@archon-inc/sdk

Version:

Integrate easily to our government platform using this SDK. More info on https://archon.inc/sdk

9 lines (8 loc) 186 B
/** * Create a new event type for logging. * @param name The name of the event type. * @returns The event type. */ export default function createEventType(name) { return name; }