UNPKG

tslint-config-security

Version:
8 lines (7 loc) 213 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ts = require("typescript"); function syntaxKindToName(kind) { return ts.SyntaxKind[kind]; } exports.default = syntaxKindToName;