UNPKG

@demouth/mb_strwidth

Version:

Calculates the width of a string, where halfwidth characters count as 1, and fullwidth characters count as 2.

21 lines (17 loc) 295 B
version: 2.1 orbs: node: circleci/node@4.1 jobs: build-and-test: docker: - image: cimg/node:15.1 steps: - checkout - node/install-packages - run: name: Run tests command: npm test workflows: run-test: jobs: - build-and-test