UNPKG

@archon-inc/sdk

Version:

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

12 lines (11 loc) 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = createEventType; /** * Create a new event type for logging. * @param name The name of the event type. * @returns The event type. */ function createEventType(name) { return name; }