UNPKG

cordbuilder

Version:

Simple dsl to create discord builders simple.

9 lines (8 loc) 164 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Expression = void 0; class Expression { } exports.Expression = Expression; ; ;