UNPKG

korean-gotong

Version:

한글이 인생에 고통을 선사할 때마다 기능이 추가될 예정입니다.

12 lines (9 loc) 201 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.within = void 0; var within = function within(a, b, c) { return a <= b && b <= c; }; exports.within = within;