@sapphire/utilities
Version:
Common JavaScript utilities for the Sapphire Community
14 lines (11 loc) • 316 B
JavaScript
;
var __defProp = Object.defineProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
// src/lib/cast.ts
function cast(value) {
return value;
}
__name(cast, "cast");
exports.cast = cast;
//# sourceMappingURL=cast.cjs.map
//# sourceMappingURL=cast.cjs.map