UNPKG

hn-api-sdk

Version:

HackerNews API with TypeScript, generated by tsdk

10 lines (9 loc) 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.APITypesKey = exports.APITypes = void 0; exports.APITypes = { user: 'user', admin: 'admin', common: 'common', }; exports.APITypesKey = Object.keys(exports.APITypes).filter(function (item) { return item !== exports.APITypes.common; });