Clone and edit this document
Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
dedent sample
node v14.20.1
version:
master
endpoint
share
tweet
const dedent = require("dedent"); const textSample = ` 今日もいい天気ですね。 明日も晴れるといいですね。 水分はこまめに摂るようにしましょう。 1. list-1 2. list-2 3. list-3 `; console.log(textSample); dedent(textSample);
Loading…
no comments
sign in
to comment