mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-01-16 22:56:28 +00:00
5 lines
114 B
JavaScript
5 lines
114 B
JavaScript
// ESM syntax is supported.
|
|
import { NeocitiesAPIClient } from './lib/client.js';
|
|
|
|
export { NeocitiesAPIClient };
|