Start over, this time in Astro

This commit is contained in:
becarta
2025-05-23 10:34:43 +02:00
parent fe932180cb
commit f40db0f5c9
5933 changed files with 0 additions and 1720591 deletions

View File

@@ -1,20 +0,0 @@
'use strict';
const clone = require('./clone.cjs');
const ident = require('./ident.cjs');
const List = require('./List.cjs');
const names = require('./names.cjs');
const string = require('./string.cjs');
const url = require('./url.cjs');
exports.clone = clone.clone;
exports.ident = ident;
exports.List = List.List;
exports.isCustomProperty = names.isCustomProperty;
exports.keyword = names.keyword;
exports.property = names.property;
exports.vendorPrefix = names.vendorPrefix;
exports.string = string;
exports.url = url;