0.2.13 • Published 11 months ago

@3-/cname_flatten v0.2.13

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
11 months ago

@3-/cname_flatten

test/main.coffee :

#!/usr/bin/env coffee

> @3-/cname_flatten:flatten

process.on(
  'uncaughtException'
  (err) =>
    console.error('uncaughtException',err)
    return
)

arg_li = [
  # [
  #   '3ti.site'
  #   '3ti.site.s2-web.dogedns.com'
  #   'u-01.eu.org'
  # ]
  ['i18n.site', 'i18n.site.a.bdydns.com','x01.site']
]
for arg from arg_li
  for type from ['A','AAAA']
    for i from await flatten(
      type
      ...arg
    )
      console.log '>',type,arg[0]

output :

./out.txt

About

This project is an open-source component of i18n.site ⋅ Internationalization Solution.

关于

本项目为 i18n.site ⋅ 国际化解决方案 的开源组件。

0.2.13

11 months ago

0.2.12

11 months ago

0.2.11

1 year ago

0.2.10

1 year ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago