diff --git a/jsmodern/array.ts b/jsmodern/array.ts index 6c227bc..d10ec34 100644 --- a/jsmodern/array.ts +++ b/jsmodern/array.ts @@ -1,98 +1,33 @@ -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/all.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/all.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/any.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/any.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/binary-search.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/binary-search.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/chunks.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/chunks.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/clear.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/clear.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/contains.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/contains.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/ends-with.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/ends-with.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/enumerate.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/enumerate.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/filled.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/filled.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/first-item.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/first-item.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/fold.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/fold.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/insert.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/insert.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/is-empty.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/is-empty.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/is-sorted.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/is-sorted.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/iter.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/iter.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/last-index.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/last-index.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/last-item.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/last-item.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/len.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/len.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/max.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/max.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/min.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/min.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/partition.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/partition.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/product.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/product.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/reject.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/reject.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/remove.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/remove.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/repeat.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/repeat.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/retain.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/retain.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/select.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/select.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/shuffle.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/shuffle.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/split.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/split.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/split-at.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/split-at.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/starts-with.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/starts-with.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/sum.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/sum.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/truncate.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/array/truncate.js"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/all.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/any.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/binary-search.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/chunks.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/clear.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/contains.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/ends-with.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/enumerate.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/filled.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/first-item.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/fold.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/insert.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/is-empty.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/is-sorted.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/iter.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/last-index.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/last-item.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/len.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/max.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/min.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/partition.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/product.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/reject.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/remove.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/repeat.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/retain.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/select.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/shuffle.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/split.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/split-at.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/starts-with.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/sum.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/array/truncate.ts"; diff --git a/jsmodern/boolean.ts b/jsmodern/boolean.ts index 1024ee9..91b046b 100644 --- a/jsmodern/boolean.ts +++ b/jsmodern/boolean.ts @@ -1,2 +1 @@ -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/boolean/is-boolean.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/boolean/is-boolean.js"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/boolean/is-boolean.ts"; diff --git a/jsmodern/date.ts b/jsmodern/date.ts index 90a5165..d98518d 100644 --- a/jsmodern/date.ts +++ b/jsmodern/date.ts @@ -1,11 +1,4 @@ -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/date/difference.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/date/difference.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/date/is-after.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/date/is-after.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/date/is-before.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/date/is-before.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/date/is-date.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/date/is-date.js"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/date/difference.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/date/is-after.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/date/is-before.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/date/is-date.ts"; diff --git a/jsmodern/error.ts b/jsmodern/error.ts index 7c71b31..6f7e586 100644 --- a/jsmodern/error.ts +++ b/jsmodern/error.ts @@ -1,2 +1 @@ -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/error/is-error.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/error/is-error.js"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/error/is-error.ts"; diff --git a/jsmodern/extend.ts b/jsmodern/extend.ts index 40dd200..81800dc 100644 --- a/jsmodern/extend.ts +++ b/jsmodern/extend.ts @@ -1,2 +1 @@ -// deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/extend.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/extend.js"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/extend.ts"; diff --git a/jsmodern/function.ts b/jsmodern/function.ts index d03990c..4c24b02 100644 --- a/jsmodern/function.ts +++ b/jsmodern/function.ts @@ -1,11 +1,4 @@ -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/function/is-async-function.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/function/is-async-function.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/function/is-async-generator-function.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/function/is-async-generator-function.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/function/is-function.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/function/is-function.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/function/is-generator-function.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/function/is-generator-function.js"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/function/is-async-function.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/function/is-async-generator-function.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/function/is-function.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/function/is-generator-function.ts"; diff --git a/jsmodern/iterator.ts b/jsmodern/iterator.ts index e5d801c..78e7c37 100644 --- a/jsmodern/iterator.ts +++ b/jsmodern/iterator.ts @@ -1,5 +1,2 @@ -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/iterator/is-async-iterator.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/iterator/is-async-iterator.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/iterator/is-iterator.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/iterator/is-iterator.js"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/iterator/is-async-iterator.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/iterator/is-iterator.ts"; diff --git a/jsmodern/map.ts b/jsmodern/map.ts index 79d0be3..e8ba09a 100644 --- a/jsmodern/map.ts +++ b/jsmodern/map.ts @@ -1,32 +1,11 @@ -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/entry.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/entry.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/entry-or-default.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/entry-or-default.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/from.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/from.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/get-or-default.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/get-or-default.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/is-empty.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/is-empty.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/is-map.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/is-map.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/iter.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/iter.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/len.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/len.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/of.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/of.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/remove-entry.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/remove-entry.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/to-array.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/map/to-array.js"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/map/entry.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/map/entry-or-default.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/map/from.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/map/get-or-default.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/map/is-empty.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/map/is-map.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/map/iter.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/map/len.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/map/of.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/map/remove-entry.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/map/to-array.ts"; diff --git a/jsmodern/number.ts b/jsmodern/number.ts index 9620e72..5a223a6 100644 --- a/jsmodern/number.ts +++ b/jsmodern/number.ts @@ -1,35 +1,12 @@ -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/div-floor.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/div-floor.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/div-mod-floor.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/div-mod-floor.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/div-rem.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/div-rem.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/gcd.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/gcd.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/is-between.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/is-between.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/is-even.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/is-even.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/is-multiple-of.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/is-multiple-of.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/is-number.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/is-number.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/is-odd.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/is-odd.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/lcm.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/lcm.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/mod-floor.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/mod-floor.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/range.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/number/range.js"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/number/div-floor.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/number/div-mod-floor.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/number/div-rem.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/number/gcd.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/number/is-between.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/number/is-even.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/number/is-multiple-of.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/number/is-number.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/number/is-odd.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/number/lcm.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/number/mod-floor.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/number/range.ts"; diff --git a/jsmodern/object.ts b/jsmodern/object.ts index 8f99514..da5d943 100644 --- a/jsmodern/object.ts +++ b/jsmodern/object.ts @@ -1,2 +1 @@ -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/object/is-object.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/object/is-object.js"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/object/is-object.ts"; diff --git a/jsmodern/promise.ts b/jsmodern/promise.ts index 1c0c9fd..c241dde 100644 --- a/jsmodern/promise.ts +++ b/jsmodern/promise.ts @@ -1,5 +1,2 @@ -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/promise/delayed.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/promise/delayed.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/promise/is-promise.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/promise/is-promise.js"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/promise/delayed.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/promise/is-promise.ts"; diff --git a/jsmodern/reg-exp.ts b/jsmodern/reg-exp.ts index 05f280b..9435e30 100644 --- a/jsmodern/reg-exp.ts +++ b/jsmodern/reg-exp.ts @@ -1,2 +1 @@ -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/reg-exp/is-reg-exp.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/reg-exp/is-reg-exp.js"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/reg-exp/is-reg-exp.ts"; diff --git a/jsmodern/set.ts b/jsmodern/set.ts index 9f85b7f..abc8380 100644 --- a/jsmodern/set.ts +++ b/jsmodern/set.ts @@ -1,41 +1,14 @@ -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/difference.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/difference.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/from.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/from.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/intersection.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/intersection.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/is-disjoint.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/is-disjoint.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/is-empty.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/is-empty.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/is-set.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/is-set.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/is-subset.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/is-subset.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/is-superset.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/is-superset.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/iter.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/iter.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/len.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/len.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/of.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/of.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/symmetric-difference.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/symmetric-difference.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/to-array.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/to-array.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/union.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/set/union.js"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/set/difference.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/set/from.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/set/intersection.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/set/is-disjoint.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/set/is-empty.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/set/is-set.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/set/is-subset.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/set/is-superset.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/set/iter.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/set/len.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/set/of.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/set/symmetric-difference.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/set/to-array.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/set/union.ts"; diff --git a/jsmodern/string.ts b/jsmodern/string.ts index d2f92f2..77be526 100644 --- a/jsmodern/string.ts +++ b/jsmodern/string.ts @@ -1,53 +1,18 @@ -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/capitalize.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/capitalize.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/contains.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/contains.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/first-index.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/first-index.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/first-item.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/first-item.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/insert.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/insert.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/is-empty.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/is-empty.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/is-string.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/is-string.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/last-index.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/last-index.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/last-item.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/last-item.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/len.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/len.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/lines.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/lines.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/retain.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/retain.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/split-whitespace.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/split-whitespace.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/to-camel-case.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/to-camel-case.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/to-kebab-case.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/to-kebab-case.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/to-pascal-case.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/to-pascal-case.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/to-snake-case.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/to-snake-case.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/to-start-case.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/string/to-start-case.js"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/string/capitalize.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/string/contains.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/string/first-index.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/string/first-item.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/string/insert.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/string/is-empty.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/string/is-string.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/string/last-index.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/string/last-item.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/string/len.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/string/lines.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/string/retain.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/string/split-whitespace.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/string/to-camel-case.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/string/to-kebab-case.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/string/to-pascal-case.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/string/to-snake-case.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/string/to-start-case.ts"; diff --git a/jsmodern/symbol.ts b/jsmodern/symbol.ts index a55e83d..9d90db2 100644 --- a/jsmodern/symbol.ts +++ b/jsmodern/symbol.ts @@ -1,2 +1 @@ -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/symbol/is-symbol.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/symbol/is-symbol.js"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/symbol/is-symbol.ts"; diff --git a/jsmodern/weak-map.ts b/jsmodern/weak-map.ts index 2935ced..063f2bf 100644 --- a/jsmodern/weak-map.ts +++ b/jsmodern/weak-map.ts @@ -1,8 +1,3 @@ -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/weak-map/from.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/weak-map/from.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/weak-map/is-weak-map.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/weak-map/is-weak-map.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/weak-map/of.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/weak-map/of.js"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/weak-map/from.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/weak-map/is-weak-map.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/weak-map/of.ts"; diff --git a/jsmodern/weak-set.ts b/jsmodern/weak-set.ts index 2eb5c30..a16f02f 100644 --- a/jsmodern/weak-set.ts +++ b/jsmodern/weak-set.ts @@ -1,8 +1,3 @@ -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/weak-set/from.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/weak-set/from.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/weak-set/is-weak-set.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/weak-set/is-weak-set.js"; - -// @deno-types="https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/weak-set/of.d.ts" -export * from "https://cdn.jsdelivr.net/npm/jsmodern@0.6.0/dist/weak-set/of.js"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/weak-set/from.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/weak-set/is-weak-set.ts"; +export * from "https://cdn.jsdelivr.net/gh/motss/jsmodern@deno.0/src/weak-set/of.ts";