13 lines
299 B
TypeScript
13 lines
299 B
TypeScript
/**
|
|
* Built-in regional information, re-generated by `npm run build`.
|
|
*
|
|
* @generated 2026-04-29T16:46:19.910Z
|
|
*/
|
|
export declare class BuiltIns {
|
|
/**
|
|
* Registers all the built in regional data in the RegionInfo database.
|
|
*/
|
|
static register(): void;
|
|
private constructor();
|
|
}
|